Skip to content

Commit 644b8e7

Browse files
committed
ci: bump apify/actions/pnpm-install to v1.3.1
1 parent a9fa1f2 commit 644b8e7

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)