Skip to content

Commit 4c4bedd

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent d6e4f04 commit 4c4bedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20
2626

2727
- name: Setup PNPM
28-
uses: pnpm/action-setup@v2
28+
uses: pnpm/action-setup@v4
2929
with:
3030
version: 8
3131

@@ -53,7 +53,7 @@ jobs:
5353
node-version: 20
5454

5555
- name: Setup PNPM
56-
uses: pnpm/action-setup@v2
56+
uses: pnpm/action-setup@v4
5757
with:
5858
version: 8
5959

0 commit comments

Comments
 (0)