Skip to content

Commit 1ca38f2

Browse files
chore(deps): update pnpm/action-setup action to v4
1 parent d2d91f7 commit 1ca38f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node: [16, 17, 18, 20, 22]
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: pnpm/action-setup@v2
23+
- uses: pnpm/action-setup@v4
2424
with:
2525
version: 8
2626
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: pnpm/action-setup@v2
22+
- uses: pnpm/action-setup@v4
2323
with:
2424
version: 8
2525
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)