From ff773217d73ad5698656f43774721ba52fd9ae1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:57:45 +0000 Subject: [PATCH] build(deps): bump clechasseur/rs-clippy-check from 3 to 4 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 3 to 4. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v3...v4) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 653741c..ed8062f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: with: components: clippy - name: Run clippy action - uses: clechasseur/rs-clippy-check@v3 + uses: clechasseur/rs-clippy-check@v4 - name: Cache Cargo dependencies uses: Swatinem/rust-cache@v2 doc: