4444
4545 - name : Cache SIMICS Dependencies
4646 id : cache-simics-packages
47- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
47+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4848 with :
4949 path : " ${HOME}/simics"
5050 key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Cache Test Artifacts
119119 id : cache-test-artifacts-riscv-64
120- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
120+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
121121 with :
122122 path : tests/rsrc/riscv-64/
123123 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/riscv-64/**/*') }}
@@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Cache Test Artifacts
159159 id : cache-test-artifacts-x86_64-breakpoint-uefi-edk2
160- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
160+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
161161 with :
162162 path : tests/rsrc/x86_64-breakpoint-uefi-edk2
163163 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-breakpoint-uefi-edk2/**/*') }}
@@ -197,7 +197,7 @@ jobs:
197197
198198 - name : Cache Test Artifacts
199199 id : cache-test-artifacts-x86_64-crash-uefi
200- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
200+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
201201 with :
202202 path : tests/rsrc/x86_64-crash-uefi
203203 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-crash-uefi/**/*') }}
@@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Cache Test Artifacts
239239 id : cache-test-artifacts-x86_64-timeout-uefi-edk2
240- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
240+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
241241 with :
242242 path : tests/rsrc/x86_64-timeout-uefi-edk2
243243 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-timeout-uefi-edk2/**/*') }}
@@ -277,7 +277,7 @@ jobs:
277277
278278 - name : Cache Test Artifacts
279279 id : cache-test-artifacts-x86_64-uefi
280- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
280+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
281281 with :
282282 path : tests/rsrc/x86_64-uefi
283283 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi/**/*') }}
@@ -317,7 +317,7 @@ jobs:
317317
318318 - name : Cache Test Artifacts
319319 id : cache-test-artifacts-x86_64-uefi-edk2
320- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
320+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
321321 with :
322322 path : tests/rsrc/x86_64-uefi-edk2
323323 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi-edk2/**/*') }}
@@ -370,7 +370,7 @@ jobs:
370370
371371 - name : Cache Test Artifacts
372372 id : cache-test-artifacts-x86-user
373- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
373+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
374374 with :
375375 path : tests/rsrc/x86-user/
376376 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
@@ -540,7 +540,7 @@ jobs:
540540
541541 - name : Cache SIMICS Dependencies
542542 id : cache-simics-packages
543- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
543+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
544544 with :
545545 path : ~/simics
546546 key : simics-linux-${{ matrix.package_version }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -639,7 +639,7 @@ jobs:
639639
640640 - name : Cache MinGW
641641 id : cache-mingw
642- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
642+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
643643 with :
644644 path : C:\MinGW\
645645 key : mingw-${{ env.MINGW_VERSION }}
@@ -665,7 +665,7 @@ jobs:
665665
666666 - name : Cache SIMICS
667667 id : cache-simics-packages-windows
668- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
668+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
669669 with :
670670 path : |
671671 C:\ISPM\
@@ -765,7 +765,7 @@ jobs:
765765
766766 - name : Cache Builder Dependencies
767767 id : cache-builder-dependencies
768- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
768+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
769769 with :
770770 path : .github/builder/rsrc
771771 key : " cache-builder-dependencies-${{ hashFiles('.github/builder/common.sh') }}"
0 commit comments