From c43031d14f697713186835494ee698997d975c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 00:08:44 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..93015dfd 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@v5 with: path: src fetch-depth: 0 diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 3e08108b..cd29a919 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@v5 with: path: src fetch-depth: 0 diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 15a1add0..d9372c0e 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@v5 - name: maven cache uses: actions/cache@v4 with: diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index bcbf484f..1d31a7c1 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@v5 with: path: src fetch-depth: 0