diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 9d1ef0e2..41a292a3 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Set up caching - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 # Install deps - uses: chainguard-dev/actions/setup-gitsign@main diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index e05ca37d..653e40e8 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -31,7 +31,7 @@ jobs: ref: ${{ github.event.inputs.ref || github.event.pull_request.head.ref }} # Install deps - - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: cargo-bins/cargo-binstall@main - name: install cargo deps