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 62891070 Bump actions/cache from 5.0.5 to 6.0.0.
62891070 is described below
commit 628910704aeeb63904bbf0e009c32b217ff654db
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 18:23:57 2026 -0400
Bump actions/cache from 5.0.5 to 6.0.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 042c6167..9e74d60b 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@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
+ - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.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 6aff4f2d..6b057436 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@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
+ - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.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 a524b0eb..530e3b12 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@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
+ uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.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 9f31936b..015b2cbf 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@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
+ uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.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@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
+ uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.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@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
+ uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.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@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
+ uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.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@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
+ uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
with:
key: ${{ env.CACHE-ALL }}
path: target