This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push:
new e901d2bc Bump actions/cache from 4 to 5 (#1491)
e901d2bc is described below
commit e901d2bc522ff0638732bd5547fd6b4ba49a36ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 13 15:52:51 2025 +0100
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] <[email protected]>
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') }}