From 02a9aa7ccaa459ff4cecc50e40e606cc28e4f014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:54:12 +0000 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.3...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 24 ++++++++++++------------ .github/workflows/docs.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5770530..63ac9a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: Cache SIMICS Dependencies id: cache-simics-packages - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: "${HOME}/simics" key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }} @@ -117,7 +117,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-riscv-64 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/riscv-64/ key: cache-test-artifacts-${{ hashFiles('tests/rsrc/riscv-64/**/*') }} @@ -156,7 +156,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86_64-breakpoint-uefi-edk2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86_64-breakpoint-uefi-edk2 key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-breakpoint-uefi-edk2/**/*') }} @@ -195,7 +195,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86_64-crash-uefi - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86_64-crash-uefi key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-crash-uefi/**/*') }} @@ -234,7 +234,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86_64-timeout-uefi-edk2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86_64-timeout-uefi-edk2 key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-timeout-uefi-edk2/**/*') }} @@ -273,7 +273,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86_64-uefi - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86_64-uefi key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi/**/*') }} @@ -312,7 +312,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86_64-uefi-edk2 - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86_64-uefi-edk2 key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86_64-uefi-edk2/**/*') }} @@ -364,7 +364,7 @@ jobs: - name: Cache Test Artifacts id: cache-test-artifacts-x86-user - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: tests/rsrc/x86-user/ key: cache-test-artifacts-${{ hashFiles('tests/rsrc/x86-user/**/*') }} @@ -477,7 +477,7 @@ jobs: - name: Cache SIMICS Dependencies id: cache-simics-packages - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/simics key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }} @@ -556,7 +556,7 @@ jobs: - name: Cache MinGW id: cache-mingw - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: C:\MinGW\ key: mingw-${{ env.MINGW_VERSION }} @@ -582,7 +582,7 @@ jobs: - name: Cache SIMICS id: cache-simics-packages-windows - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | C:\ISPM\ @@ -647,7 +647,7 @@ jobs: - name: Cache Builder Dependencies id: cache-builder-dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: .github/builder/rsrc key: "cache-builder-dependencies-${{ hashFiles('.github/builder/common.sh') }}" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4add1d82..0c060e4b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,7 +59,7 @@ jobs: - name: Cache SIMICS Dependencies id: cache-simics-packages - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/simics key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}