Bump actions/checkout from 6 to 7 (#21005)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [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/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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]
2026-06-20 07:00:23 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 28cf437342
commit 50ec92397c
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -27,11 +27,11 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
if: github.head_ref == '' if: github.head_ref == ''
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Checkout merge - name: Checkout merge
if: github.head_ref != '' if: github.head_ref != ''
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
ref: refs/pull/${{github.event.pull_request.number}}/merge ref: refs/pull/${{github.event.pull_request.number}}/merge
+2 -2
View File
@@ -51,13 +51,13 @@ jobs:
- name: Checkout - name: Checkout
if: ${{ github.head_ref == '' && env.LABEL == 'rebuild' }} if: ${{ github.head_ref == '' && env.LABEL == 'rebuild' }}
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
persist-credentials: false persist-credentials: false
- name: Checkout merge - name: Checkout merge
if: ${{ github.head_ref != '' && env.LABEL == 'rebuild' }} if: ${{ github.head_ref != '' && env.LABEL == 'rebuild' }}
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
ref: refs/pull/${{github.event.pull_request.number}}/merge ref: refs/pull/${{github.event.pull_request.number}}/merge
persist-credentials: false persist-credentials: false
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
- name: Set up Java 21 - name: Set up Java 21
uses: actions/setup-java@v5 uses: actions/setup-java@v5
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- uses: actions/setup-java@v5 - uses: actions/setup-java@v5
with: with: