This is an automated email from the ASF dual-hosted git repository.
ggregory 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 94859b91 Bump actions/cache from 5.0.4 to 5.0.5
94859b91 is described below
commit 94859b918e3ad47093faa427b5259e3ad1d4ba52
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 14 07:48:42 2026 -0400
Bump actions/cache from 5.0.4 to 5.0.5
---
.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 6345a11e..05b5ddca 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
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 aba20781..1bf3e3aa 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
+ - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ce5d2929..c2f43725 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
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 8061a929..7a37cfb9 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@668228422ae6a00e4ad889ee87cd7109ec5666a7
#v5.0.4
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
#v5.0.4
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
#v5.0.4
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
#v5.0.4
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
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@668228422ae6a00e4ad889ee87cd7109ec5666a7
#v5.0.4
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae
#v5.0.5
with:
key: ${{ env.CACHE-ALL }}
path: target