Update actions/checkout action to v3 (#51)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-30 22:55:06 +01:00 committed by GitHub
parent 7063354cc0
commit 6dac4ad20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ jobs:
env:
ARCH: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
mkdir build

View File

@ -13,7 +13,7 @@ jobs:
env:
ARCH: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
mkdir build

View File

@ -12,7 +12,7 @@ jobs:
env:
ARCH: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
mkdir build
@ -50,7 +50,7 @@ jobs:
env:
ARCH: amd64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
git fetch --prune --unshallow
mkdir build