From b361f93eeb269b8c3d0a8c8f5e45ad5f1250ced5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:15:16 +0000 Subject: [PATCH] Bump actions-rs-plus/clippy-check from 2.2.0 to 2.2.1 Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions-rs-plus/clippy-check/releases) - [Changelog](https://github.com/actions-rs-plus/clippy-check/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rs-plus/clippy-check/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4a99123..acdc9e3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: cargo fmt --all -- --check - name: Run clippy - uses: actions-rs-plus/clippy-check@v2.2.0 + uses: actions-rs-plus/clippy-check@v2.2.1 with: args: --all -- -D warnings