Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-04-10 11:54:39 +00:00
parent 5b1b21c729
commit 661b788d3a
11 changed files with 13 additions and 13 deletions

View File

@@ -12,12 +12,12 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with: