Skip to content

Commit

Permalink
Merge pull request #210 from EspressoSystems/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions-rs-plus/clippy-check-2

Bump actions-rs-plus/clippy-check from 1 to 2
  • Loading branch information
jbearer authored Apr 3, 2024
2 parents 6235193 + a98e9ed commit b17eacc
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 b17eacc

Please sign in to comment.