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 87553ea commit 0439346Copy full SHA for 0439346
.github/actions/setup/action.yml
@@ -9,7 +9,7 @@ inputs:
9
runs:
10
using: composite
11
steps:
12
- - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
13
with:
14
node-version: ${{ inputs.node-version }}
15
package-manager-cache: false
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
filter: blob:none
27
28
29
30
node-version: '*'
31
0 commit comments