This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new 5f7f1ab0 Bump actions/cache from 5 to 6
5f7f1ab0 is described below
commit 5f7f1ab0e093a6cb78bc168e3af3ea6c6e77ee32
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 10:08:09 2026 +0000
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] <[email protected]>
---
.github/workflows/release.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ea6d93fd..7f375361 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -212,7 +212,7 @@ jobs:
distribution: 'zulu'
- name: 'Cache Maven packages'
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.m2
key: ${{ runner.os }}-${{ runner.arch }}-m2-${{
hashFiles('**/pom.xml') }}