From e901d2bc522ff0638732bd5547fd6b4ba49a36ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:52:51 +0100 Subject: [PATCH] Bump actions/cache from 4 to 5 (#1491) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/early-access.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index 450f4a43..bce357ad 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -54,7 +54,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: 'Handle Mimir caches' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-default-${{ hashFiles('**/pom.xml') }} @@ -132,7 +132,7 @@ jobs: cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: 'Handle Mimir caches' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.mimir/local key: mimir-${{ runner.os }}-native-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 350472ec..6f9ee6ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -190,7 +190,7 @@ jobs: distribution: 'zulu' - name: 'Cache Maven packages' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2 key: ${{ runner.os }}-${{ runner.arch }}-m2-${{ hashFiles('**/pom.xml') }}