Skip to content

Commit efa47b0

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 30f5bba commit efa47b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k8s-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/download-artifact@v3
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3535
with:
3636
node-version: 16
3737
- run: npm install json-diff

0 commit comments

Comments
 (0)