From ba3128ff8a364b3c1970ba00cb2f2b05ebbe0d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:51:17 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 2474fd8e..3bcf4396 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: src fetch-depth: 0 diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 3e08108b..09c16a94 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: src fetch-depth: 0 diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 15a1add0..a900f95d 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@v4 + uses: actions/checkout@v6 - name: maven cache uses: actions/cache@v4 with: diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index bcbf484f..cbef7f0e 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -29,7 +29,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: src fetch-depth: 0