From 0c2d7662ca23ab538f74d2693addcf12b1e29305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 09:34:00 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c7a5c0..fe67d89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - '11' steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install verification tools run: | @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Review dependency changes uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60b9e6f..5808356 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: environment: maven-central steps: - name: Check out release tag - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up JDK 8 and Maven Central credentials uses: actions/setup-java@v4