From 867213b2c58d008924937bf55c8f7ae449aaa03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:58:27 +0000 Subject: [PATCH] Bump actions-rs/clippy-check 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](https://github.com/actions-rs/clippy-check/compare/9d09632661e31982c0be8af59aeb96b680641bc4...b5b5f21f4797c02da247df37026fcd0a5024aa4d) --- updated-dependencies: - dependency-name: actions-rs/clippy-check dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8275f5cf1..dbeef1ae5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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