Skip to content

Commit

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

🌱 Bump actions/checkout from 3 to 4
  • Loading branch information
k8s-ci-robot authored Sep 26, 2023
2 parents 164b916 + 96cc017 commit 3afae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- name: Clone the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 3afae1e

Please sign in to comment.