Bump actions/checkout from 2 to 3 (#124)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-07 11:28:29 +01:00 committed by GitHub
parent d5ad12895e
commit 0a72125f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ jobs:
go: 1.17.5 go: 1.17.5
go_arch: arm64 go_arch: arm64
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
name: Checkout name: Checkout
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0

View file

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

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Docker meta - name: Docker meta
id: meta id: meta

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
# git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth # git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth
fetch-depth: 0 fetch-depth: 0