From ef482eac73c48d5f3139b4c6c0a45d147d4cf3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:52:42 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache 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/linkcheck.yml | 2 +- .github/workflows/yetus.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index cc49dd7da..f4bf8b211 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -30,7 +30,7 @@ jobs: path: src fetch-depth: 0 - name: maven cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index d5149cb71..496f695ea 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -30,7 +30,7 @@ jobs: - name: checkout uses: actions/checkout@v6 - name: maven cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 9857a1e46..30eaa3086 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -34,7 +34,7 @@ jobs: path: src fetch-depth: 0 - name: maven cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2 key: yetus-m2-${{ hashFiles('**/pom.xml') }}