From 09e91ad5a7532a82b820ec443fbd1d4c6436ff80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:02:25 +0000 Subject: [PATCH] github-actions: bump actions/checkout from 6 to 7 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] --- .github/workflows/continuous-integration.yml | 18 +++++++++--------- .github/workflows/dependency-review.yml | 2 +- .../workflows/release-on-milestone-closed.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index eb7e3118..e6d01fdc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -70,7 +70,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -132,7 +132,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -198,7 +198,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -246,7 +246,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -294,7 +294,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -342,7 +342,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -397,7 +397,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -447,7 +447,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3ea91b44..0fd75879 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 2477333f..5528f6a8 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v6" + uses: "actions/checkout@v7" - name: "Release" uses: "laminas/automatic-releases@v1"