diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33bbf11..6edf8a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Install Rust toolchain run: rustup show - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2.9.1 + - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2.9.1 with: workspaces: apps/desktop/src-tauri -> apps/desktop/src-tauri/target @@ -92,7 +92,7 @@ jobs: - name: Install Rust toolchain run: rustup show - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2.9.1 + - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2.9.1 - name: Check formatting if: runner.os == 'Linux' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d082f75..1c1a1fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: - name: Install Rust toolchain run: rustup show - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2.9.1 + - uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2.9.1 with: workspaces: apps/desktop/src-tauri -> apps/desktop/src-tauri/target