From f3ab4e95216ae3735b7292f63db721733db69cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:55:28 +0000 Subject: [PATCH] chore(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-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 700e1d9..389dff0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: components: clippy toolchain: stable - - uses: clechasseur/rs-clippy-check@v3 + - uses: clechasseur/rs-clippy-check@v4 build: name: Build library