Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 7, 2022
1 parent bda03e2 commit 1618a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.16.0
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Download dependencies
run: go mod download

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
go-version: 1.16.0
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Download dependencies
run: go mod download

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-go@v2
with: { go-version: '1.16' }
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with: { fetch-depth: 0 }

- name: Run GoReleaser
Expand Down

0 comments on commit 1618a94

Please sign in to comment.