Skip to content

Commit 4347e9b

Browse files
committed
build: update actions/setup-node action to v6
See associated pull request for more information.
1 parent 380d026 commit 4347e9b

File tree

1 file changed

+1
-1
lines changed
  • github-actions/npm/checkout-and-setup-node

1 file changed

+1
-1
lines changed

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
with:
5656
run_install: false
5757

58-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
58+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5959
with:
6060
node-version-file: ${{ inputs.node-version-file-path }}
6161
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)