Skip to content

Commit 1d45715

Browse files
chore(deps): update apify/actions action to v1.3.0 (#1990)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [apify/actions](https://redirect.github.com/apify/actions) | action | minor | `v1.2.0` → `v1.3.0` | --- ### Release Notes <details> <summary>apify/actions (apify/actions)</summary> ### [`v1.3.0`](https://redirect.github.com/apify/actions/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/apify/actions/compare/v1.2.0...v1.3.0) ##### Features - enhance MongoDB index checker with detailed sharding guidelines and common patterns ([#&#8203;25](https://redirect.github.com/apify/actions/issues/25)) ([ebbf103](https://redirect.github.com/apify/actions/commit/ebbf10368eb33412fd89dbc7094c25ba8dfb1789)) - extend MongoDB index-check prompt with six more review patterns ([#&#8203;21](https://redirect.github.com/apify/actions/issues/21)) ([8bab229](https://redirect.github.com/apify/actions/commit/8bab22948562bab4bb1a4a962e5571709676550f)) - PR title check action ([#&#8203;24](https://redirect.github.com/apify/actions/issues/24)) ([28507c2](https://redirect.github.com/apify/actions/commit/28507c283529cfd5de11f7046443d25a39cb73e4)) - Update model version from claude-opus-4-7 to claude-opus-4-8 ([#&#8203;26](https://redirect.github.com/apify/actions/issues/26)) ([f4bd7c9](https://redirect.github.com/apify/actions/commit/f4bd7c9aeaf8c43aaac13b17e41025a32dcec039)) ##### Bug Fixes - **git-cliff-release:** Improve behavior with no existing version tag ([#&#8203;27](https://redirect.github.com/apify/actions/issues/27)) ([9d7631e](https://redirect.github.com/apify/actions/commit/9d7631e09fd7cc1246532c903cb22633ea3eafa4)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 7am every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/crawlee-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 574361b commit 1d45715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/_checks.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: ${{ env.NODE_VERSION }}
6363

6464
- name: Install pnpm and website dependencies
65-
uses: apify/actions/pnpm-install@v1.2.0
65+
uses: apify/actions/pnpm-install@v1.3.0
6666
with:
6767
working-directory: website
6868

@@ -83,7 +83,7 @@ jobs:
8383
node-version: ${{ env.NODE_VERSION }}
8484

8585
- name: Install pnpm and website dependencies
86-
uses: apify/actions/pnpm-install@v1.2.0
86+
uses: apify/actions/pnpm-install@v1.3.0
8787
with:
8888
working-directory: website
8989

0 commit comments

Comments
 (0)