From 78a3170fc6b41bad804953e4f878f04ac80bf20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:23:28 +0100 Subject: [PATCH] chore(ci): bump auguwu/clippy-action from da858d2a352835824fcfdfdba5f5e9fe3cf32d2a to a1f4eaac010d8f420818674bdd5eb9937e7efe26 (#478) chore(ci): bump auguwu/clippy-action Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from da858d2a352835824fcfdfdba5f5e9fe3cf32d2a to a1f4eaac010d8f420818674bdd5eb9937e7efe26. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/da858d2a352835824fcfdfdba5f5e9fe3cf32d2a...a1f4eaac010d8f420818674bdd5eb9937e7efe26) --- updated-dependencies: - dependency-name: auguwu/clippy-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 42e1a6c9..46aee94b 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@da858d2a352835824fcfdfdba5f5e9fe3cf32d2a # v1.3.0 + uses: auguwu/clippy-action@a1f4eaac010d8f420818674bdd5eb9937e7efe26 # v1.3.0 with: deny: warnings all-features: true