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

commit 8e3e1989a22fc1873f7ce2998e1dc6baeb06cd0d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 29 07:31:01 2026 -0400

    Bump actions/cache from 6.0.0 to 6.1.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 21b77a6..ae975d3 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@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+        uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0
         with:
           path: |
             ~/.m2/repository

Reply via email to