This is an automated email from the ASF dual-hosted git repository.
Bukama pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 900eea0b48 Bump actions/cache from 5.0.5 to 6.0.0 (#12360)
900eea0b48 is described below
commit 900eea0b487936b3ef23940cf5a464aef584d6cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 06:31:45 2026 +0200
Bump actions/cache from 5.0.5 to 6.0.0 (#12360)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0.
- [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/27d5ce7f107fe9357f9df03efb73ab90386fccae...2c8a9bd7457de244a408f35966fab2fb45fda9c8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 6.0.0
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/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 10060fe426..e5f89c6f26 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -117,7 +117,7 @@ jobs:
- name: Set up cache for ~/.m2/repository
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
with:
path: ~/.m2/repository
key: it-m2-repo-${{ matrix.os }}-${{
hashFiles('maven-integration-testing/**/pom.xml') }}