diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7aaf8d..56bce9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - run: rustup component add rustfmt - run: rustup component add clippy - - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 - run: cargo fmt --check --all - run: cargo clippy --all-targets --all-features --workspace