Skip to content

Commit 56ea407

Browse files
committed
Bump Bump actions/cache from 5.0.3 to 5.0.4
1 parent 5015ceb commit 56ea407

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmarkadhoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
persist-credentials: false
44-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
44+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060
with:
6161
persist-credentials: false
62-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
62+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
6363
with:
6464
path: ~/.m2/repository
6565
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
persist-credentials: false
9393
- name: Maven cache
94-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
94+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
9595
with:
9696
path: ~/.m2/repository
9797
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven_crosstest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
time IMAGE_PREFIX=${IMAGE_PREFIX} docker compose -f src/docker/docker-compose-gh.yaml run --quiet-pull crypto-gh src/docker/build_linux32.sh
8888
ls -l target
8989
- name: Save generated Linux binaries
90-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
90+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
9191
with:
9292
key: ${{ env.CACHE-LINUX }}
9393
path: target
@@ -120,7 +120,7 @@ jobs:
120120
mvn -V -B -ntp -DskipTests -Drat.skip process-classes -Dtarget.name=mac-aarch64
121121
ls -l target
122122
- name: Retrieve saved Linux binaries
123-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
123+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
124124
with:
125125
key: ${{ env.CACHE-LINUX }}
126126
path: target
@@ -138,7 +138,7 @@ jobs:
138138
# At some point would like to run the cross tests using only the jars
139139
# In the meantime, use the target class structure
140140
- name: Save generated Linux + macOS binaries
141-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
141+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
142142
with:
143143
key: ${{ env.CACHE-ALL }}
144144
path: target
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
persist-credentials: false
180180
- name: Retrieve saved target tree
181-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
181+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
182182
with:
183183
key: ${{ env.CACHE-ALL }}
184184
path: target
@@ -221,7 +221,7 @@ jobs:
221221
run: |
222222
echo "IMAGE_PREFIX=$(echo ${{ env.REGISTRY }}/${{ github.repository }} | tr '[A-Z]' '[a-z]')" >>$GITHUB_ENV
223223
- name: Retrieve saved target tree
224-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
224+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
225225
with:
226226
key: ${{ env.CACHE-ALL }}
227227
path: target

0 commit comments

Comments
 (0)