From a98e9edab7ed2ce960f453a2c79d6a76449d1f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:05:05 +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 4daf96d8..088b1a8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,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