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