Skip to content

Commit ddeef87

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

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
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Cache SIMICS Dependencies
4646
id: cache-simics-packages
47-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
47+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
120+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
160+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
200+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
240+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
280+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
320+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
373+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
374374
with:
375375
path: tests/rsrc/x86-user/
376376
key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }}
@@ -539,7 +539,7 @@ jobs:
539539

540540
- name: Cache SIMICS Dependencies
541541
id: cache-simics-packages
542-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
542+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
543543
with:
544544
path: ~/simics
545545
key: simics-linux-${{ matrix.package_version }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
@@ -638,7 +638,7 @@ jobs:
638638
639639
- name: Cache MinGW
640640
id: cache-mingw
641-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
641+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
642642
with:
643643
path: C:\MinGW\
644644
key: mingw-${{ env.MINGW_VERSION }}
@@ -664,7 +664,7 @@ jobs:
664664
665665
- name: Cache SIMICS
666666
id: cache-simics-packages-windows
667-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
667+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
668668
with:
669669
path: |
670670
C:\ISPM\
@@ -764,7 +764,7 @@ jobs:
764764

765765
- name: Cache Builder Dependencies
766766
id: cache-builder-dependencies
767-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
767+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
768768
with:
769769
path: .github/builder/rsrc
770770
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@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
64+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6565
with:
6666
path: ~/simics
6767
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}

0 commit comments

Comments
 (0)