diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 935ae80..cb86c79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Cache SIMICS Dependencies id: cache-simics-packages - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/simics key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }} @@ -175,7 +175,7 @@ jobs: - name: Cache MinGW id: cache-mingw - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: C:\MinGW\ key: mingw-${{ env.MINGW_VERSION }} @@ -201,7 +201,7 @@ jobs: - name: Cache SIMICS id: cache-simics-packages-windows - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: | C:\ISPM\ diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5ecb3cd..db5a35b 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/simics key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b56fe5f..fb86dc2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: cargo-release Cache id: cargo_release_cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.cargo/bin/cargo-release key: ${{ runner.os }}-cargo-release