Skip to content

Commit 0315067

Browse files
committed
Update pnpm/action-setup to version 4 in release workflow
1 parent b77f034 commit 0315067

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
id-token: write
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v3
23-
with:
24-
version: 8
22+
- uses: pnpm/action-setup@v4
2523
- uses: actions/setup-node@v4
2624
with:
2725
node-version: 22

0 commit comments

Comments
 (0)