Update actions/checkout action to v5 (#1445)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-25 18:03:50 +00:00
committed by GitHub
parent 5671c3cfc8
commit 705c31aa30
5 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor == 'ci-robbot' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Approve a PR if not already approved
run: |

View File

@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: mkdir build

View File

@@ -11,7 +11,7 @@ jobs:
build:
runs-on: fast
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: mkdir build

View File

@@ -9,7 +9,7 @@ jobs:
validate:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Get changed files
@@ -32,7 +32,7 @@ jobs:
build-arm64:
runs-on: ARM64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: mkdir build
@@ -96,7 +96,7 @@ jobs:
echo
sudo rm -rfv build || true
df -h
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: mkdir build

View File

@@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Approve a PR if not already approved
run: |