From 55258f5b667c90b31366e03d146128c61f919ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:45:20 +0200 Subject: [PATCH] Bump actions/checkout from 6 to 7 (#5659) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 8 ++++---- .github/workflows/rebuild.yml | 4 ++-- .github/workflows/resolver.yml | 2 +- .github/workflows/update-maven.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 39c0b6b84..db8395f90 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -27,11 +27,11 @@ jobs: steps: - name: Checkout if: github.head_ref == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout merge if: github.head_ref != '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge @@ -113,11 +113,11 @@ jobs: steps: - name: Checkout if: github.head_ref == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Checkout merge if: github.head_ref != '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index f32f8561a..07654b4d9 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -51,13 +51,13 @@ jobs: - name: Checkout if: ${{ github.head_ref == '' && env.LABEL == 'rebuild' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false - name: Checkout merge if: ${{ github.head_ref != '' && env.LABEL == 'rebuild' }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: refs/pull/${{github.event.pull_request.number}}/merge persist-credentials: false diff --git a/.github/workflows/resolver.yml b/.github/workflows/resolver.yml index b355d2158..e8b4c2041 100644 --- a/.github/workflows/resolver.yml +++ b/.github/workflows/resolver.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Java 21 uses: actions/setup-java@v5 diff --git a/.github/workflows/update-maven.yml b/.github/workflows/update-maven.yml index d2f389276..e5b16bf50 100644 --- a/.github/workflows/update-maven.yml +++ b/.github/workflows/update-maven.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-java@v5 with: