Skip to content

Commit 6d009bc

Browse files
chore(deps): update pnpm/action-setup action to v4 (#1564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e8c2e2 commit 6d009bc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout the repository
1212
uses: actions/checkout@v4
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@v2
14+
uses: pnpm/action-setup@v4
1515
with:
1616
version: 8
1717
- name: Install Node.js
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout the repository
4242
uses: actions/checkout@v4
4343
- name: Install pnpm
44-
uses: pnpm/action-setup@v2
44+
uses: pnpm/action-setup@v4
4545
with:
4646
version: 8
4747
- name: Install Node.js

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@v2
14+
uses: pnpm/action-setup@v4
1515
with:
1616
version: 8
1717
- name: Install Node.js

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout the repository
1111
uses: actions/checkout@v4
1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v2
13+
uses: pnpm/action-setup@v4
1414
with:
1515
version: 8
1616
- name: Install Node.js

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout the repository
1414
uses: actions/checkout@v4
1515
- name: Install pnpm
16-
uses: pnpm/action-setup@v2
16+
uses: pnpm/action-setup@v4
1717
with:
1818
version: 8
1919
- name: Install Node.js
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout the repository
3333
uses: actions/checkout@v4
3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v2
35+
uses: pnpm/action-setup@v4
3636
with:
3737
version: 8
3838
- name: Install Node.js

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout the repository
2424
uses: actions/checkout@v4
2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v2
26+
uses: pnpm/action-setup@v4
2727
with:
2828
version: 8
2929
- name: Install Node.js

0 commit comments

Comments
 (0)