Skip to content

Commit a470e14

Browse files
Update actions/setup-node action to v6
Update actions/setup-node from 4 to 6 Change-type: patch
1 parent 5bd4c1b commit a470e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: "composite"
2323
steps:
2424
- name: Setup Node.js
25-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
25+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626
with:
2727
node-version: ${{ inputs.NODE_VERSION }}
2828

0 commit comments

Comments
 (0)