4545
4646 - name : Cache SIMICS Dependencies
4747 id : cache-simics-packages
48- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
48+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
4949 with :
5050 path : " ${HOME}/simics"
5151 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
120+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
121121 with :
122122 path : tests/rsrc/riscv-64/
123123 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/riscv-64/**/*') }}
@@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Cache Test Artifacts
158158 id : cache-test-artifacts-x86_64-breakpoint-uefi-edk2
159- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
159+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
160160 with :
161161 path : tests/rsrc/x86_64-breakpoint-uefi-edk2
162162 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-breakpoint-uefi-edk2/**/*') }}
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Cache Test Artifacts
197197 id : cache-test-artifacts-x86_64-crash-uefi
198- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
198+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
199199 with :
200200 path : tests/rsrc/x86_64-crash-uefi
201201 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-crash-uefi/**/*') }}
@@ -234,7 +234,7 @@ jobs:
234234
235235 - name : Cache Test Artifacts
236236 id : cache-test-artifacts-x86_64-timeout-uefi-edk2
237- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
237+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
238238 with :
239239 path : tests/rsrc/x86_64-timeout-uefi-edk2
240240 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-timeout-uefi-edk2/**/*') }}
@@ -273,7 +273,7 @@ jobs:
273273
274274 - name : Cache Test Artifacts
275275 id : cache-test-artifacts-x86_64-uefi
276- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
276+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
277277 with :
278278 path : tests/rsrc/x86_64-uefi
279279 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi/**/*') }}
@@ -312,7 +312,7 @@ jobs:
312312
313313 - name : Cache Test Artifacts
314314 id : cache-test-artifacts-x86_64-uefi-edk2
315- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
315+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
316316 with :
317317 path : tests/rsrc/x86_64-uefi-edk2
318318 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi-edk2/**/*') }}
@@ -364,7 +364,7 @@ jobs:
364364
365365 - name : Cache Test Artifacts
366366 id : cache-test-artifacts-x86-user
367- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
367+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
368368 with :
369369 path : tests/rsrc/x86-user/
370370 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
@@ -477,7 +477,7 @@ jobs:
477477
478478 - name : Cache SIMICS Dependencies
479479 id : cache-simics-packages
480- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
480+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
481481 with :
482482 path : ~/simics
483483 key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -556,7 +556,7 @@ jobs:
556556
557557 - name : Cache MinGW
558558 id : cache-mingw
559- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
559+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
560560 with :
561561 path : C:\MinGW\
562562 key : mingw-${{ env.MINGW_VERSION }}
@@ -582,7 +582,7 @@ jobs:
582582
583583 - name : Cache SIMICS
584584 id : cache-simics-packages-windows
585- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
585+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
586586 with :
587587 path : |
588588 C:\ISPM\
@@ -647,7 +647,7 @@ jobs:
647647
648648 - name : Cache Builder Dependencies
649649 id : cache-builder-dependencies
650- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
650+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2 .2
651651 with :
652652 path : .github/builder/rsrc
653653 key : " cache-builder-dependencies-${{ hashFiles('.github/builder/common.sh') }}"
0 commit comments