chore(deps): update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-01 20:36:52 +00:00 committed by Oskar
parent c486a29d3a
commit 3d285f2843
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps:
- name: Repo clone (go mod tidy / gofmt)
if: github.event_name != 'pull_request'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -64,7 +64,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Repo clone (build)
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: GolangCi Lint
uses: golangci/golangci-lint-action@v3