Skip to content

Commit f93f86b

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout the repository
2020
uses: actions/checkout@v4
2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
2424
version: 10
2525
- 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: 10
1717
- name: Install Node.js

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout the repository
4444
uses: actions/checkout@v4
4545
- name: Install pnpm
46-
uses: pnpm/action-setup@v2
46+
uses: pnpm/action-setup@v4
4747
with:
4848
version: 10
4949
- name: Install Node.js

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 10
3838
- name: Install Node.js
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout the repository
5656
uses: actions/checkout@v4
5757
- name: Install pnpm
58-
uses: pnpm/action-setup@v2
58+
uses: pnpm/action-setup@v4
5959
with:
6060
version: 10
6161
- name: Install Node.js
@@ -78,7 +78,7 @@ jobs:
7878
- name: Checkout the repository
7979
uses: actions/checkout@v4
8080
- name: Install pnpm
81-
uses: pnpm/action-setup@v2
81+
uses: pnpm/action-setup@v4
8282
with:
8383
version: 10
8484
- name: Install Node.js

0 commit comments

Comments
 (0)