diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb9a7d0..9cb815c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: components: rustfmt, clippy - name: Rust cache - uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: './src-tauri -> target' @@ -84,7 +84,7 @@ jobs: components: clippy - name: Rust cache - uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: './src-tauri -> target' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f347cc..7c7b020 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: uses: ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b # v1 - name: Rust cache - uses: swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: './src-tauri -> target'