From 213792a525c64e1d53ab8e3254ef7208d5907db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:20:55 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ecafe16..8391dab 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,11 +25,11 @@ jobs: components: rustfmt, clippy - name: Run cargo fmt run: cargo fmt --all --check --verbose - - uses: clechasseur/rs-clippy-check@v3 + - uses: clechasseur/rs-clippy-check@v4 if: matrix.rust == 'stable' with: args: --all-features -- -D warnings - - uses: clechasseur/rs-clippy-check@v3 + - uses: clechasseur/rs-clippy-check@v4 if: matrix.rust != 'stable' with: args: --all-features -- -W warnings