diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index acd369a..7fdc4f6 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -66,7 +66,7 @@ jobs: libxss-dev - name: Cache Rust dependencies - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri shared-key: linux-quality-check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf7199d..a0b1e86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -244,7 +244,7 @@ jobs: # ── Caching ── - name: Cache Rust dependencies if: steps.filter.outputs.skip != 'true' - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri shared-key: ${{ matrix.target }}