diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 0615cc1e..ba1539af 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -146,7 +146,7 @@ jobs: run: echo "sha=$(git -C client-sdk-rust rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 5d6819df..164b9355 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Restore lychee cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .lycheecache key: cache-lychee-${{ github.sha }} diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index c1b68bea..3666e2b9 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -147,7 +147,7 @@ jobs: run: echo "sha=$(git -C client-sdk-rust rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Cache Cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry/index/ @@ -159,7 +159,7 @@ jobs: - name: Cache cargo target id: cache-cargo-target - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: client-sdk-rust/target/ key: ${{ runner.os }}-${{ matrix.name }}-cargo-target-${{ steps.rust_sha.outputs.sha }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b765f8e..f1066fb8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,7 @@ jobs: run: echo "sha=$(git -C client-sdk-rust rev-parse HEAD)" >> "$GITHUB_OUTPUT" - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry/index/ @@ -366,7 +366,7 @@ jobs: # here. The compiled target/ is intentionally not cached for coverage — # see the note below the registry cache step. - name: Cache cargo registry - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.cargo/registry/index/