This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new ef837a2b9c Bump actions/cache/restore from 6.0.0 to 6.1.0
ef837a2b9c is described below
commit ef837a2b9cc8d0a1a3710d06e3c7a481301ab2c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 01:03:32 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 ab4b8bd723..fa681af62b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -72,7 +72,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: master-${{ runner.os }}-${{ github.run_id }}
@@ -177,7 +177,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: master-${{ runner.os }}-${{ github.run_id }}
@@ -278,7 +278,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: master-${{ runner.os }}-${{ github.run_id }}