Skip to content

Commit

Permalink
Merge pull request #87 from rancher-sandbox/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-3

chore(deps): Bump actions/checkout from 2 to 3
  • Loading branch information
belgaied2 committed Feb 28, 2023
2 parents a132a94 + 6871298 commit 0e1bd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setupGo
Expand All @@ -41,7 +41,7 @@ jobs:
needs: [build]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setupGo
Expand Down

0 comments on commit 0e1bd73

Please sign in to comment.