We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90864d commit 2669026Copy full SHA for 2669026
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
fetch-depth: 0
22
persist-credentials: false
23
- - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
+ - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
24
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25
with:
26
node-version: 24.14.0
0 commit comments