From 2ff4cce11771ac4d97c4c1b92d5059b164247a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:53:48 +0000 Subject: [PATCH] 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/action-test.yml | 2 +- .github/workflows/ghcr.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/yetus.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index cc49dd7da..4b7f9cb89 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: src fetch-depth: 0 diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 2793db3e0..89ff926d8 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -36,7 +36,7 @@ jobs: id-token: write steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: src fetch-depth: 0 diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index d5149cb71..60d864524 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: maven cache uses: actions/cache@v5 with: diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 9857a1e46..d94ab4e3b 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -29,7 +29,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: src fetch-depth: 0