diff --git a/.github/workflows/evidence.yml b/.github/workflows/evidence.yml index d0fbdf1..3665b3c 100644 --- a/.github/workflows/evidence.yml +++ b/.github/workflows/evidence.yml @@ -86,7 +86,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - run: bun install --frozen-lockfile diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index a0d05b7..84c5d24 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -159,7 +159,7 @@ jobs: # A key of its own. Sharing one cache with the release artefacts of the # `native` job is what made both jobs slow: each run evicted the other's # profile and recompiled the dependency tree from source. - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: prefix-key: rust-debug @@ -263,7 +263,7 @@ jobs: run: rustup target add x86_64-pc-windows-gnu # The release profile, kept apart from the debug cache in `rust`. - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: prefix-key: rust-release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bae8d9..b8c2bd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: - name: Match Cargo to the Native SDK Windows ABI run: rustup target add x86_64-pc-windows-gnu - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 - run: bun install --frozen-lockfile @@ -273,7 +273,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: refrain-windows-x64 path: release-assets