diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d78c6f1c4..676656131 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@82a92a6e8fbeee089604da2575dc567ae9ddeaab + uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - name: Run `cargo fmt` uses: actions-rs/cargo@v1 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2669b75b6..e0b3f38bc 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@82a92a6e8fbeee089604da2575dc567ae9ddeaab + uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - 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 6acfa12c1..f1dc76683 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@82a92a6e8fbeee089604da2575dc567ae9ddeaab + uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - name: Compile run: cargo build --benches --tests diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8e73c7c46..af0369cd3 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@82a92a6e8fbeee089604da2575dc567ae9ddeaab + uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 - name: Compile run: cargo build --all-targets --workspace