Skip to content

Commit

Permalink
Bump actions-rs-plus/clippy-check from 1 to 2
Browse files Browse the repository at this point in the history
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](actions-rs-plus/clippy-check@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 6235193 commit a98e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a98e9ed

Please sign in to comment.