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 04d724d commit 512dae7Copy full SHA for 512dae7
.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@395ad3262231945c25e8478fd5baf05154b1d79f # v6
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
13
with:
14
registry-url: 'https://registry.npmjs.org'
15
node-version: ${{ inputs.node-version }}
0 commit comments