From 48657506c54d5398e153c4d6a34f54cd5e60ceb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 07:52:10 +1000 Subject: [PATCH] build(deps): bump actions-rs/clippy-check from 1 to 1.0.7 (#2141) Bumps [actions-rs/clippy-check](https://github.com/actions-rs/clippy-check) from 1 to 1.0.7. - [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/v1...v1.0.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 74224155..f4037553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: echo "CARGO_INCREMENTAL=${{ env.CARGO_INCREMENTAL }}" echo "RUST_BACKTRACE=${{ env.RUST_BACKTRACE }}" - name: Run clippy - uses: actions-rs/clippy-check@v1 + uses: actions-rs/clippy-check@v1.0.7 with: name: Clippy (stable) token: ${{ secrets.GITHUB_TOKEN }}