Skip to content

Commit 7c9db17

Browse files
authored
Merge pull request #2152 from kubernetes-client/dependabot/github_actions/actions/setup-node-4
build(deps): bump actions/setup-node from 2 to 4
2 parents e3219ed + 9dca094 commit 7c9db17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/[email protected]
1212
- name: Setup Node.js
13-
uses: actions/setup-node@v2
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version: '20'
1616
# Pre-check to validate that versions match between package.json

0 commit comments

Comments
 (0)