From fea6ca3a0b5614b310536e1ce0b1c3d34a48b596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 07:42:45 +0000 Subject: [PATCH] build(deps): bump clechasseur/rs-clippy-check from 6.0.4 to 6.0.5 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/1e16925ceec49b64803a6abc5f6bbe79044c3bd4...62ad100473a5e6513e86407b859091115ec89ae3) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 613a09b..945f41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: toolchain: "1.90" components: clippy - - uses: clechasseur/rs-clippy-check@1e16925ceec49b64803a6abc5f6bbe79044c3bd4 # v6.0.4 + - uses: clechasseur/rs-clippy-check@62ad100473a5e6513e86407b859091115ec89ae3 # v6.0.5 with: # setup-rust-toolchain already sets `-D warnings`, but we leave this # here to make the behavior explicit. @@ -68,7 +68,7 @@ jobs: components: clippy # Defaults to '-D warnings', so clear it out manually. rustflags: '' - - uses: clechasseur/rs-clippy-check@1e16925ceec49b64803a6abc5f6bbe79044c3bd4 # v6.0.4 + - uses: clechasseur/rs-clippy-check@62ad100473a5e6513e86407b859091115ec89ae3 # v6.0.5 with: args: --all-targets --all-features