Skip to content

Commit dc97a66

Browse files
authored
ci: bump apify/actions/pnpm-install to v1.3.1 (#2002)
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 7b6abcb commit dc97a66

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
@@ -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.3.0
65+
uses: apify/actions/pnpm-install@v1.3.1
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.3.0
86+
uses: apify/actions/pnpm-install@v1.3.1
8787
with:
8888
working-directory: website
8989

.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)