Skip to content

Commit

Permalink
Merge pull request #8 from gowon-irc/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
surskitt authored Mar 13, 2022
2 parents 2d78935 + 7f290ce commit d292b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: hadolint
uses: reviewdog/[email protected]
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit d292b86

Please sign in to comment.