diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83b65a5..f134971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: with: toolchain: 1.93.0 components: clippy,rustfmt - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri - name: Rust formatting diff --git a/.github/workflows/package-unsigned-rc.yml b/.github/workflows/package-unsigned-rc.yml index 691e5b3..6a958e4 100644 --- a/.github/workflows/package-unsigned-rc.yml +++ b/.github/workflows/package-unsigned-rc.yml @@ -39,7 +39,7 @@ jobs: toolchain: 1.93.0 components: clippy, rustfmt - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 with: workspaces: src-tauri diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 55ae721..d44342a 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -34,7 +34,7 @@ jobs: toolchain: 1.93.0 - name: Rust Cache (Build Speed Optimization) - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri diff --git a/.github/workflows/windows-acceptance-build.yml b/.github/workflows/windows-acceptance-build.yml index 10170dc..409b619 100644 --- a/.github/workflows/windows-acceptance-build.yml +++ b/.github/workflows/windows-acceptance-build.yml @@ -36,7 +36,7 @@ jobs: toolchain: 1.93.0 - name: Restore Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri