diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4887882..91e1409 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: toolchain: stable - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: workspaces: src-tauri shared-key: macos-rust @@ -314,7 +314,7 @@ jobs: toolchain: stable - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: workspaces: src-tauri shared-key: macos-rust