We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c853eba commit ed872edCopy full SHA for ed872ed
.github/workflows/ci.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Update Stable Rust toolchain
45
run: rustup update stable
46
47
- - name: Install dependencies
48
- run: cargo +stable install cargo-deny --locked
+ - name: Install latest cargo-deny
+ uses: taiki-e/install-action@cargo-deny
49
50
- name: Code format check
51
run: cargo fmt --check
0 commit comments