We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8745f commit 7bfc411Copy full SHA for 7bfc411
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: rustup override set ${{ env.RUST_VERSION }}
19
- run: rustup component add clippy
20
- run: rustup component add rustfmt
21
- - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
+ - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
22
23
- run: cargo clippy --workspace -- -D warnings
24
- run: cargo fmt --check --all
0 commit comments