Skip to content

Commit c019ea8

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent 55c5045 commit c019ea8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 10
1717
- name: Install Node.js
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout the repository
4040
uses: actions/checkout@v4
4141
- name: Install pnpm
42-
uses: pnpm/action-setup@v2
42+
uses: pnpm/action-setup@v4
4343
with:
4444
version: 10
4545
- 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/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v4
1414
- name: Install pnpm
15-
uses: pnpm/action-setup@v2
15+
uses: pnpm/action-setup@v4
1616
with:
1717
version: 10
1818
- name: Install Node.js
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout the repository
3232
uses: actions/checkout@v4
3333
- name: Install pnpm
34-
uses: pnpm/action-setup@v2
34+
uses: pnpm/action-setup@v4
3535
with:
3636
version: 10
3737
- name: Install Node.js
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout the repository
5151
uses: actions/checkout@v4
5252
- name: Install pnpm
53-
uses: pnpm/action-setup@v2
53+
uses: pnpm/action-setup@v4
5454
with:
5555
version: 10
5656
- name: Install Node.js

0 commit comments

Comments
 (0)