chore(deps): update actions/checkout action to v4 (#407)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-07 15:41:45 +02:00 committed by GitHub
parent 14f5244eae
commit e68d5058f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ jobs:
echo
sudo rm -rfv build || true
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
mkdir build

View File

@ -45,7 +45,7 @@ jobs:
echo
sudo rm -rfv build || true
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
mkdir build

View File

@ -28,7 +28,7 @@ jobs:
echo "FINAL_REPO=$FINAL_REPO" >> "$GITHUB_ENV"
echo "Setting final repo to $FINAL_REPO"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
git fetch --prune --unshallow
mkdir build

View File

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