Skip to content

Commit cf9188b

Browse files
committed
Update actions/setup-node action to v6
1 parent 008e517 commit cf9188b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
1717

1818
- name: Set up Node.js ${{ env.NODE_VERSION }}
19-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
19+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2020
with:
2121
node-version: ${{ env.NODE_VERSION }}
2222
cache: "npm"

0 commit comments

Comments
 (0)