From a4dfdeaa5c7263b6904b52b481b20a402b4e16c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:31:08 +0000 Subject: [PATCH] chore(ci): bump auguwu/clippy-action Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from efd2a82805172781ebf908372534a098c1b2ac55 to 71e1c00e5a104e8f99972e640d4ccf3399e21420. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/efd2a82805172781ebf908372534a098c1b2ac55...71e1c00e5a104e8f99972e640d4ccf3399e21420) --- 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 a9fca8bb..8d1309e4 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@efd2a82805172781ebf908372534a098c1b2ac55 # v1.3.0 + uses: auguwu/clippy-action@71e1c00e5a104e8f99972e640d4ccf3399e21420 # v1.3.0 with: deny: warnings all-features: true