4545
4646 - name : Cache SIMICS Dependencies
4747 id : cache-simics-packages
48- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
159+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
198+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
237+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
276+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
315+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
367+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
368368 with :
369369 path : tests/rsrc/x86-user/
370370 key : cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
@@ -474,7 +474,7 @@ jobs:
474474
475475 - name : Cache SIMICS Dependencies
476476 id : cache-simics-packages
477- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
477+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
478478 with :
479479 path : ~/simics
480480 key : simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -553,7 +553,7 @@ jobs:
553553
554554 - name : Cache MinGW
555555 id : cache-mingw
556- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
556+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
557557 with :
558558 path : C:\MinGW\
559559 key : mingw-${{ env.MINGW_VERSION }}
@@ -579,7 +579,7 @@ jobs:
579579
580580 - name : Cache SIMICS
581581 id : cache-simics-packages-windows
582- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
582+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
583583 with :
584584 path : |
585585 C:\ISPM\
@@ -644,7 +644,7 @@ jobs:
644644
645645 - name : Cache Builder Dependencies
646646 id : cache-builder-dependencies
647- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
647+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
648648 with :
649649 path : .github/builder/rsrc
650650 key : " cache-builder-dependencies-${{ hashFiles('.github/builder/common.sh') }}"
0 commit comments