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.git
The following commit(s) were added to refs/heads/master by this push:
new 7305bf9e19 Bump actions/cache from 5.0.1 to 5.0.2 (#11656)
7305bf9e19 is described below
commit 7305bf9e198689b737ee1723f8f9b58ea5f81ba2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 07:35:47 2026 +0100
Bump actions/cache from 5.0.1 to 5.0.2 (#11656)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2.
- [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/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a0017ea046..2530fcc414 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@9255dc7a253b0ccc959486e2bca901246202afeb #
v5.0.1
+ uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 #
v5.0.2
with:
path: ${{ env.MIMIR_LOCAL }}
key: master-${{ 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@9255dc7a253b0ccc959486e2bca901246202afeb #
v5.0.1
+ uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 #
v5.0.2
with:
path: ${{ env.MIMIR_LOCAL }}
key: master-${{ 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@9255dc7a253b0ccc959486e2bca901246202afeb #
v5.0.1
+ uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 #
v5.0.2
with:
path: ${{ env.MIMIR_LOCAL }}
key: master-${{ runner.os }}-${{ github.run_id }}
@@ -354,7 +354,7 @@ jobs:
pattern: 'cache-${{ runner.os }}*'
path: ${{ env.MIMIR_LOCAL }}
- name: Publish cache
- uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb #
v5.0.1
+ uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 #
v5.0.2
if: ${{ github.event_name != 'pull_request' && !cancelled() &&
!failure() }}
with:
path: ${{ env.MIMIR_LOCAL }}