This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 9fea354d2b Bump actions/cache/restore from 6.0.0 to 6.1.0
9fea354d2b is described below
commit 9fea354d2bf532ef249822900c39ffecdebda3b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 01:04:40 2026 +0000
Bump actions/cache/restore from 6.0.0 to 6.1.0
Bumps [actions/cache/restore](https://github.com/actions/cache) from 6.0.0
to 6.1.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/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9)
---
updated-dependencies:
- dependency-name: actions/cache/restore
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4b27d10bbb..e0641de9ef 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -62,7 +62,7 @@ jobs:
cp .github/ci-extensions.xml .mvn/extensions.xml
- name: Restore Mimir caches
- uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.MIMIR_LOCAL }}
key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -167,7 +167,7 @@ jobs:
cp .github/ci-extensions.xml ~/.m2/extensions.xml
- name: Restore Mimir caches
- uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.MIMIR_LOCAL }}
key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -268,7 +268,7 @@ jobs:
cp .github/ci-extensions.xml ~/.m2/extensions.xml
- name: Restore Mimir caches
- uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.MIMIR_LOCAL }}
key: mvn40-${{ runner.os }}-${{ github.run_id }}