From 4e027f73dc7c8917a4db366820131653223ebb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:03:48 +0000 Subject: [PATCH] build(deps): 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/bump-snapshot.yml | 2 +- .github/workflows/bump-spring.yml | 6 +++--- .github/workflows/commitlint.yml | 2 +- .github/workflows/site-build.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump-snapshot.yml b/.github/workflows/bump-snapshot.yml index 784c615..fd72c87 100644 --- a/.github/workflows/bump-snapshot.yml +++ b/.github/workflows/bump-snapshot.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest if: inputs.auto-bump != 'no' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/bump-spring.yml b/.github/workflows/bump-spring.yml index 4ca2af9..ea0ab68 100644 --- a/.github/workflows/bump-spring.yml +++ b/.github/workflows/bump-spring.yml @@ -10,7 +10,7 @@ jobs: current-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: "${{ github.ref_name }}" fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: needs: [latest-version, current-version, compare-version] if: "${{ needs.compare-version.outputs.comparison-result == '>' }}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: "${{ github.ref_name }}" fetch-depth: 0 @@ -111,5 +111,5 @@ jobs: contents: read actions: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: liskin/gh-workflow-keepalive@v1 diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 2f7f89a..5c53974 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,7 +8,7 @@ jobs: commits: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v6 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 4631ea1..712500a 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -21,7 +21,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0