Skip to content

Commit 2f2537f

Browse files
chore(deps): update pnpm/action-setup action to v4 (#1296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13e2f75 commit 2f2537f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout the repository
1212
uses: actions/checkout@v5
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@v2
14+
uses: pnpm/action-setup@v4
1515
with:
1616
version: 9
1717
- name: Install Node.js
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout the repository
3131
uses: actions/checkout@v5
3232
- name: Install pnpm
33-
uses: pnpm/action-setup@v2
33+
uses: pnpm/action-setup@v4
3434
with:
3535
version: 9
3636
- name: Install Node.js
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout the repository
5353
uses: actions/checkout@v5
5454
- name: Install pnpm
55-
uses: pnpm/action-setup@v2
55+
uses: pnpm/action-setup@v4
5656
with:
5757
version: 9
5858
- name: Install Node.js
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout the repository
8080
uses: actions/checkout@v5
8181
- name: Install pnpm
82-
uses: pnpm/action-setup@v2
82+
uses: pnpm/action-setup@v4
8383
with:
8484
version: 9
8585
- name: Install Node.js

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v5
1414
- name: Install pnpm
15-
uses: pnpm/action-setup@v2
15+
uses: pnpm/action-setup@v4
1616
with:
1717
version: 9
1818
- 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@v5
1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v2
13+
uses: pnpm/action-setup@v4
1414
with:
1515
version: 9
1616
- 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@v5
2525
- name: Install pnpm
26-
uses: pnpm/action-setup@v2
26+
uses: pnpm/action-setup@v4
2727
with:
2828
version: 9
2929
- name: Install Node.js

0 commit comments

Comments
 (0)