From d63b7f24e0181e45cfac080907db5a98fc98464f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:18:53 +0000 Subject: [PATCH] chore(ci): bump auguwu/clippy-action Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from 00220ce550415b49aacc60ea0be93759e4fedc0e to 86403df50494a6325d349a099ba5059d3dcd7ed1. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/00220ce550415b49aacc60ea0be93759e4fedc0e...86403df50494a6325d349a099ba5059d3dcd7ed1) --- updated-dependencies: - dependency-name: auguwu/clippy-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 31c6ff93..7c9e5d2d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -265,7 +265,7 @@ jobs: env: RUSTFLAGS: "-C link-arg=-fuse-ld=lld --deny warnings" - name: Clippy all features - uses: auguwu/clippy-action@00220ce550415b49aacc60ea0be93759e4fedc0e # v1.3.0 + uses: auguwu/clippy-action@86403df50494a6325d349a099ba5059d3dcd7ed1 # v1.3.0 with: deny: warnings all-features: true