From 7dd2ac2870e41cec3fdd10b3cb0d945bf816c5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:05:28 +0000 Subject: [PATCH] Bump actions-rs-plus/clippy-check from 1 to 2 Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed99ba9..3ac6003 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: run: cargo fmt -- --check - name: Clippy - uses: actions-rs-plus/clippy-check@v1 + uses: actions-rs-plus/clippy-check@v2 with: token: ${{ github.token }} args: --workspace --all-features --all-targets -- -D warnings