8000
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 87fe432 commit 990e61dCopy full SHA for 990e61d
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
cache-on-failure: true
31
32
- name: Run clippy
33
- uses: clechasseur/rs-clippy-check@23f6dcf86d7e4e0d98b000bba0bb81ac587c44aa # v4.0.2
+ uses: clechasseur/rs-clippy-check@24d66924f748522acf015e8642b7fb8cd81b4dbc # v4.0.3
34
with:
35
args: --workspace --all-targets --feature-powerset -- -D warnings
36
tool: cargo-hack
@@ -51,7 +51,7 @@ jobs:
51
cache: false
52
53
- name: Run Rustfmt
54
- uses: clechasseur/rs-fmt-check@e1bd0f5c24ced02542ed905bde212ffc9c324863 # v2.0.8
+ uses: clechasseur/rs-fmt-check@79f30e1d92a7a4fbc417d377ef8172e445f58555 # v2.0.9
55
56
args: --all
57
0 commit comments