Skip to content

Commit

Permalink
Merge pull request #337 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

🌱 Bump actions/checkout from 3 to 4
  • Loading branch information
k8s-ci-robot committed Dec 13, 2023
2 parents 9e90310 + de10400 commit a58448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make -C docs/book build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit a58448d

Please sign in to comment.