Skip to content

Commit

Permalink
Merge pull request #18 from steveteuber/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
steveteuber authored Apr 5, 2022
2 parents ee5756e + 4f8f6be commit a0fa5ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
needs: release
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Update new version in krew-index
if: success() && !contains(github.ref, '-')
Expand Down

0 comments on commit a0fa5ce

Please sign in to comment.