From 461f65b1f0fa9117d94f5602885b2f971cd4243a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:55:59 +0000 Subject: [PATCH] Bump clechasseur/rs-clippy-check from 4 to 5 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 4 to 5. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v4...v5) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ironshield-types-ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ironshield-types-ci-cd.yml b/.github/workflows/ironshield-types-ci-cd.yml index 2c3d967..67b6786 100644 --- a/.github/workflows/ironshield-types-ci-cd.yml +++ b/.github/workflows/ironshield-types-ci-cd.yml @@ -46,7 +46,7 @@ jobs: cat Cargo.toml - name: Run clippy action - uses: clechasseur/rs-clippy-check@v4 + uses: clechasseur/rs-clippy-check@v5 doc: # run docs generation on nightly rather than stable. This enables features like # https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an