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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 04587ca6 Bump actions/cache from 6.0.0 to 6.1.0
04587ca6 is described below

commit 04587ca611cb059b681a7795654d793d2e57b968
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 29 07:29:50 2026 -0400

    Bump actions/cache from 6.0.0 to 6.1.0
---
 .github/workflows/benchmarkadhoc.yml  |  2 +-
 .github/workflows/codeql-analysis.yml |  2 +-
 .github/workflows/maven.yml           |  2 +-
 .github/workflows/maven_crosstest.yml | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/benchmarkadhoc.yml 
b/.github/workflows/benchmarkadhoc.yml
index 9e74d60b..3b367104 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -41,7 +41,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') }}
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 6b057436..9a73a21e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -59,7 +59,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') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 530e3b12..39ec0f08 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -91,7 +91,7 @@ jobs:
       with:
         persist-credentials: false
     - name: Maven cache
-      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') }}
diff --git a/.github/workflows/maven_crosstest.yml 
b/.github/workflows/maven_crosstest.yml
index 015b2cbf..8540fd12 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -87,7 +87,7 @@ jobs:
           time IMAGE_PREFIX=${IMAGE_PREFIX} docker compose -f 
src/docker/docker-compose-gh.yaml run --quiet-pull crypto-gh 
src/docker/build_linux32.sh
           ls -l target
       - name: Save generated Linux binaries
-        uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 
#v6.1.0
         with:
           key: ${{ env.CACHE-LINUX }}
           path: target
@@ -120,7 +120,7 @@ jobs:
           mvn -V -B -ntp -DskipTests -Drat.skip process-classes 
-Dtarget.name=mac-aarch64
           ls -l target
       - name: Retrieve saved Linux binaries
-        uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 
#v6.1.0
         with:
           key: ${{ env.CACHE-LINUX }}
           path: target
@@ -138,7 +138,7 @@ jobs:
       # At some point would like to run the cross tests using only the jars
       # In the meantime, use the target class structure
       - name: Save generated Linux + macOS binaries
-        uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 
#v6.1.0
         with:
           key: ${{ env.CACHE-ALL }}
           path: target
@@ -178,7 +178,7 @@ jobs:
         with:
           persist-credentials: false
       - name: Retrieve saved target tree
-        uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 
#v6.1.0
         with:
           key: ${{ env.CACHE-ALL }}
           path: target
@@ -221,7 +221,7 @@ jobs:
         run: |
           echo "IMAGE_PREFIX=$(echo ${{ env.REGISTRY }}/${{ github.repository 
}} | tr '[A-Z]' '[a-z]')" >>$GITHUB_ENV
       - name: Retrieve saved target tree
-        uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 
#v6.1.0
         with:
           key: ${{ env.CACHE-ALL }}
           path: target

Reply via email to