Skip to content

Commit

Permalink
Bump actions-rs/clippy-check
Browse files Browse the repository at this point in the history
Bumps [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) from 9d09632661e31982c0be8af59aeb96b680641bc4 to 1.0.7. This release includes the previously tagged commit.
- [Release notes](https://github.com/actions-rs/clippy-check/releases)
- [Changelog](https://github.com/actions-rs/clippy-check/blob/master/CHANGELOG.md)
- [Commits](actions-rs/clippy-check@9d09632...b5b5f21)

---
updated-dependencies:
- dependency-name: actions-rs/clippy-check
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2022
1 parent 0d7d2b4 commit 867213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Rust cache
uses: Swatinem/rust-cache@1232abb8968faf344409165de17cbf9e7f340fd8
- name: Run `cargo clippy`
uses: actions-rs/clippy-check@9d09632661e31982c0be8af59aeb96b680641bc4
uses: actions-rs/clippy-check@b5b5f21f4797c02da247df37026fcd0a5024aa4d
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features -- -D warnings
Expand Down

0 comments on commit 867213b

Please sign in to comment.