Bump actions/cache from 4 to 5 (#1491)
Some checks failed
Early Access / Default build (without GraalVM) (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-arm64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-x64 (push) Has been cancelled
Early Access / Build with GraalVM on macos-15-intel-x64 (push) Has been cancelled
Early Access / Build with GraalVM on ubuntu-24.04-x64 (push) Has been cancelled
Early Access / Build with GraalVM on windows-2025-x64 (push) Has been cancelled
Early Access / Site build (push) Has been cancelled
Stale / stale (push) Has been cancelled

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-13 15:52:51 +01:00
committed by GitHub
parent 904a584eba
commit e901d2bc52
2 changed files with 3 additions and 3 deletions

View File

@@ -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') }}