Build(deps): Bump actions/checkout from 4 to 5 (#34227)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to
5.
- [Release notes](https://github.com/actions/checkout/releases)
-
[Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-11 22:39:43 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 2b2e0895d5
commit 0d3fd0b1d9
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Replace PR body with commit message"
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1
token: ${{ secrets.GH_PUSH_TOKEN }}
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Set working directory owner
run: chown root:root .
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- name: Set working directory owner
run: chown root:root .
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Set working directory owner
run: chown root:root .
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Set working directory owner
run: chown root:root .
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
echo "QUNIT_PARALLEL=$(($(nproc) / 2))" >> $GITHUB_ENV
fi
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 1