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 c7bc707f88 Bump actions/cache/save from 6.0.0 to 6.1.0
c7bc707f88 is described below

commit c7bc707f88e4592b2e1790015ee68f3a8d3ce6ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 01:04:36 2026 +0000

    Bump actions/cache/save from 6.0.0 to 6.1.0
    
    Bumps [actions/cache/save](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/save
      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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c0a7b07b15..4b27d10bbb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -354,7 +354,7 @@ jobs:
           pattern: 'cache-${{ runner.os }}*'
           path: ${{ env.MIMIR_LOCAL }}
       - name: Publish cache
-        uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 
v6.1.0
         if: ${{ github.event_name != 'pull_request' && !cancelled() && 
!failure() }}
         with:
           path: ${{ env.MIMIR_LOCAL }}

Reply via email to