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 d695ebe commit 9dbe2fdCopy full SHA for 9dbe2fd
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
cache-on-failure: true
34
35
- name: Run clippy
36
- uses: clechasseur/rs-clippy-check@24d66924f748522acf015e8642b7fb8cd81b4dbc # v4.0.3
+ uses: clechasseur/rs-clippy-check@9ef202cdf5c9672a6d795dbb5309f6b62c4ab908 # v4.0.4
37
with:
38
args: --workspace --all-targets --feature-powerset -- -D warnings
39
tool: cargo-hack
@@ -54,7 +54,7 @@ jobs:
54
cache: false
55
56
- name: Run Rustfmt
57
- uses: clechasseur/rs-fmt-check@79f30e1d92a7a4fbc417d377ef8172e445f58555 # v2.0.9
+ uses: clechasseur/rs-fmt-check@946ff7ba705ba6b0b5101309ab693c96fd452e25 # v2.0.10
58
59
args: --all
60
0 commit comments