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 1e4bcf9 commit c4ddb1dCopy full SHA for c4ddb1d
.github/actions/setup/action.yaml
@@ -9,7 +9,7 @@ runs:
9
using: 'composite'
10
steps:
11
- name: Use Node.js ${{ inputs.node-version }}
12
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
13
with:
14
registry-url: 'https://registry.npmjs.org'
15
node-version: ${{ inputs.node-version }}
0 commit comments