Skip to content

Commit

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

🌱 Bump actions/checkout from 2 to 3
  • Loading branch information
k8s-ci-robot committed Sep 28, 2022
2 parents 0fdbf4b + eaa27f8 commit fae2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all tags
Expand Down

0 comments on commit fae2973

Please sign in to comment.