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' }} if: ${{ github.actor == 'ci-robbot' }}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v5
- name: Approve a PR if not already approved - name: Approve a PR if not already approved
run: | run: |

View File

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

View File

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

View File

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

View File

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