diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d226ba3d0..b43102616 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,7 +35,7 @@ jobs: override: true - name: Cache dependencies - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 - name: Run `cargo fmt` uses: actions-rs/cargo@v1 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5581530de..9bd486bc4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -78,7 +78,7 @@ jobs: override: true - name: Cache dependencies - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 - name: Compile (all features) run: cargo build --all-features --all-targets --workspace diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a900bdf87..a6d2a1c45 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -31,7 +31,7 @@ jobs: override: true - name: Cache dependencies - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 - name: Compile run: cargo build --benches --tests diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d499c5ee2..247789f7c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,7 +24,7 @@ jobs: override: true - name: Cache dependencies - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 - name: Compile run: cargo build --all-targets --workspace