Skip to content

Commit

Permalink
Merge pull request #2152 from kubernetes-client/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/setup-node-4

build(deps): bump actions/setup-node from 2 to 4
  • Loading branch information
k8s-ci-robot authored Jan 9, 2025
2 parents e3219ed + 9dca094 commit 7c9db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
# Pre-check to validate that versions match between package.json
Expand Down

0 comments on commit 7c9db17

Please sign in to comment.