Skip to content

Commit

Permalink
Downgrade and fix cargo-deny version (valkey-io#2081)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Louie <[email protected]>
  • Loading branch information
jonathanl-bq authored Aug 2, 2024
1 parent ca0b317 commit e9c2723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

- run: |
cargo update
cargo install cargo-deny
cargo install --locked --version 0.15.1 cargo-deny
cargo deny check --config ${GITHUB_WORKSPACE}/deny.toml
working-directory: ${{ inputs.cargo-toml-folder }}
shell: bash
Expand Down

0 comments on commit e9c2723

Please sign in to comment.