diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index cee18dc7..be63224f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,7 +38,7 @@ jobs: uses: taiki-e/install-action@5ade09c7bb116530f1b4d1cd06cfe20c8a3472b7 # cargo-llvm-cov - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46a62f74..e9830902 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: components: clippy - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" @@ -46,7 +46,7 @@ jobs: components: clippy - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" prefix-key: v0-rust-arborium-release @@ -68,7 +68,7 @@ jobs: components: clippy,rustfmt - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" prefix-key: v0-rust-codegen-release diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index f1d41dd9..5ccdd8b3 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -35,7 +35,7 @@ jobs: components: clippy - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true" @@ -61,7 +61,7 @@ jobs: components: clippy - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true" @@ -84,7 +84,7 @@ jobs: components: clippy,rustfmt - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true" @@ -113,7 +113,7 @@ jobs: components: clippy - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true" @@ -152,7 +152,7 @@ jobs: targets: wasm32-unknown-unknown - name: Using Rust cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: cache-all-crates: "true" cache-on-failure: "true"