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 a105f7b commit a3ce276Copy full SHA for a3ce276
1 file changed
.github/workflows/update-builtins.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "version=$(cat .node-version)" >> $GITHUB_OUTPUT
32
33
- name: Setup Node.js
34
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
35
with:
36
node-version: ${{ steps.node-version.outputs.version }}
37
0 commit comments