Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-07 12:46:10 +00:00
parent 5d197234fd
commit f61783a84a
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,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
@ -55,7 +55,7 @@ jobs:
branch: ${{ github.ref }}
- name: Repo clone (test)
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@ -31,7 +31,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1