From 765b22f02176a1382b950db1fdbdeae1133d1387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 20:15:28 +0000 Subject: [PATCH] chore(ci): bump auguwu/clippy-action from 1.2.2 to 1.3.0 Bumps [auguwu/clippy-action](https://github.com/auguwu/clippy-action) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/auguwu/clippy-action/releases) - [Commits](https://github.com/auguwu/clippy-action/compare/aca33ee853cd0f46f2b24a89f3d6f425f8dd0c7e...58a1c6a4338a8dbe22d97bd3228a2690bba66009) --- updated-dependencies: - dependency-name: auguwu/clippy-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca26ea39..fe674db9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -248,7 +248,7 @@ jobs: env: RUSTFLAGS: "-C link-arg=-fuse-ld=lld --deny warnings" - name: Clippy all features - uses: auguwu/clippy-action@aca33ee853cd0f46f2b24a89f3d6f425f8dd0c7e # v1.2.2 + uses: auguwu/clippy-action@58a1c6a4338a8dbe22d97bd3228a2690bba66009 # v1.3.0 with: deny: warnings all-features: true