Skip to content

Commit b10d823

Browse files
authored
ci: bump apify/actions/pnpm-install to v1.3.1 (#913)
Bumps the pinned `apify/actions/pnpm-install` composite action to `v1.3.1`. That release updates `actions/cache` to `v6.1.0`, so the action runs on the Node.js 24 runtime. It clears the "Node.js 20 is deprecated" warning that shows up on every CI run. For details, see apify/actions#29.
1 parent a9fa1f2 commit b10d823

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_checks.yaml

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

8888
- name: Install pnpm and website dependencies
89-
uses: apify/actions/pnpm-install@v1.3.0
89+
uses: apify/actions/pnpm-install@v1.3.1
9090
with:
9191
working-directory: website
9292

@@ -107,7 +107,7 @@ jobs:
107107
node-version: ${{ env.NODE_VERSION }}
108108

109109
- name: Install pnpm and website dependencies
110-
uses: apify/actions/pnpm-install@v1.3.0
110+
uses: apify/actions/pnpm-install@v1.3.1
111111
with:
112112
working-directory: website
113113

.github/workflows/manual_release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: uv run poe install-dev
7474

7575
- name: Install pnpm and website dependencies
76-
uses: apify/actions/pnpm-install@v1.3.0
76+
uses: apify/actions/pnpm-install@v1.3.1
7777
with:
7878
working-directory: website
7979

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: uv run poe install-dev
7373

7474
- name: Install pnpm and website dependencies
75-
uses: apify/actions/pnpm-install@v1.3.0
75+
uses: apify/actions/pnpm-install@v1.3.1
7676
with:
7777
working-directory: website
7878

0 commit comments

Comments
 (0)