This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new f146605 Bump actions/cache from 6.0.0 to 6.1.0
f146605 is described below
commit f146605a6aa7401bb880901060f8c2a107f1b7c2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 29 07:30:37 2026 -0400
Bump actions/cache from 6.0.0 to 6.1.0
---
.github/workflows/codeql-analysis-reusable.yml | 2 +-
.github/workflows/maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis-reusable.yml
b/.github/workflows/codeql-analysis-reusable.yml
index 51a9f5e..52e54bc 100644
--- a/.github/workflows/codeql-analysis-reusable.yml
+++ b/.github/workflows/codeql-analysis-reusable.yml
@@ -48,7 +48,7 @@ jobs:
# If available, restore the cache created by a build job
- name: Restore Maven cache
- uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
#v6.1.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4943f22..000016b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}