Skip to content

Commit f3e5ba8

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 71aff29 commit f3e5ba8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/checks.yml

+3-3
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: 7
1717
- name: Install Node.js
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout the repository
3131
uses: actions/checkout@v4
3232
- name: Install pnpm
33-
uses: pnpm/action-setup@v2
33+
uses: pnpm/action-setup@v4
3434
with:
3535
version: 7
3636
- name: Install Node.js
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout the repository
5858
uses: actions/checkout@v4
5959
- name: Install pnpm
60-
uses: pnpm/action-setup@v2
60+
uses: pnpm/action-setup@v4
6161
with:
6262
version: 7
6363
- name: Install Node.js

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout the repository
1919
uses: actions/checkout@v4
2020
- name: Install pnpm
21-
uses: pnpm/action-setup@v2
21+
uses: pnpm/action-setup@v4
2222
with:
2323
version: 7
2424
- name: Install Node.js

.github/workflows/release.yml

+1-1
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: 7
1616
- name: Install Node.js

.github/workflows/update-storyshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout the repository
99
uses: actions/checkout@v4
1010
- name: Install pnpm
11-
uses: pnpm/action-setup@v2
11+
uses: pnpm/action-setup@v4
1212
with:
1313
version: 7
1414
- name: Install Node.js

.github/workflows/website.yml

+1-1
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: 7
2929
- name: Install Node.js

0 commit comments

Comments
 (0)