This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 478073a  Bump actions/cache from 5.0.5 to 6.0.0.
478073a is described below

commit 478073ab3db5412c134c43d03698c9df868c666f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 18:25:03 2026 -0400

    Bump actions/cache from 5.0.5 to 6.0.0.
---
 .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 ecd7c48..be2c1d4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -80,7 +80,7 @@ jobs:
           java-version: ${{ matrix.java-version }}
 
       - name: Set up Maven cache
-        uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae  #v5.0.5
+        uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
         with:
           path: |
             ~/.m2/repository

Reply via email to