Skip to content

Commit f7377c7

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.2 (#274)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8d4f89 commit f7377c7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Cache SIMICS Dependencies
4747
id: cache-simics-packages
48-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
48+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4949
with:
5050
path: "${HOME}/simics"
5151
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Cache Test Artifacts
120120
id: cache-test-artifacts-riscv-64
121-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
122122
with:
123123
path: tests/rsrc/riscv-64/
124124
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/riscv-64/**/*') }}
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Cache Test Artifacts
160160
id: cache-test-artifacts-x86_64-breakpoint-uefi-edk2
161-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
161+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
162162
with:
163163
path: tests/rsrc/x86_64-breakpoint-uefi-edk2
164164
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-breakpoint-uefi-edk2/**/*') }}
@@ -198,7 +198,7 @@ jobs:
198198

199199
- name: Cache Test Artifacts
200200
id: cache-test-artifacts-x86_64-crash-uefi
201-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
201+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
202202
with:
203203
path: tests/rsrc/x86_64-crash-uefi
204204
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-crash-uefi/**/*') }}
@@ -238,7 +238,7 @@ jobs:
238238

239239
- name: Cache Test Artifacts
240240
id: cache-test-artifacts-x86_64-timeout-uefi-edk2
241-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
241+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
242242
with:
243243
path: tests/rsrc/x86_64-timeout-uefi-edk2
244244
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-timeout-uefi-edk2/**/*') }}
@@ -278,7 +278,7 @@ jobs:
278278

279279
- name: Cache Test Artifacts
280280
id: cache-test-artifacts-x86_64-uefi
281-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
281+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
282282
with:
283283
path: tests/rsrc/x86_64-uefi
284284
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi/**/*') }}
@@ -318,7 +318,7 @@ jobs:
318318

319319
- name: Cache Test Artifacts
320320
id: cache-test-artifacts-x86_64-uefi-edk2
321-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
321+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
322322
with:
323323
path: tests/rsrc/x86_64-uefi-edk2
324324
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi-edk2/**/*') }}
@@ -371,7 +371,7 @@ jobs:
371371
372372
- name: Cache Test Artifacts
373373
id: cache-test-artifacts-x86-user
374-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
374+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
375375
with:
376376
path: tests/rsrc/x86-user/
377377
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
@@ -531,7 +531,7 @@ jobs:
531531

532532
- name: Cache SIMICS Dependencies
533533
id: cache-simics-packages
534-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
534+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
535535
with:
536536
path: ~/simics
537537
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -621,7 +621,7 @@ jobs:
621621
622622
- name: Cache MinGW
623623
id: cache-mingw
624-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
624+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
625625
with:
626626
path: C:\MinGW\
627627
key: mingw-${{ env.MINGW_VERSION }}
@@ -647,7 +647,7 @@ jobs:
647647
648648
- name: Cache SIMICS
649649
id: cache-simics-packages-windows
650-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
650+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
651651
with:
652652
path: |
653653
C:\ISPM\
@@ -747,7 +747,7 @@ jobs:
747747

748748
- name: Cache Builder Dependencies
749749
id: cache-builder-dependencies
750-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
750+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
751751
with:
752752
path: .github/builder/rsrc
753753
key: "cache-builder-dependencies-${{ hashFiles('.github/builder/common.sh') }}"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Cache SIMICS Dependencies
6363
id: cache-simics-packages
64-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
64+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6565
with:
6666
path: ~/simics
6767
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}

0 commit comments

Comments
 (0)