Skip to content

Commit

Permalink
chore(deps): update clechasseur/rs-cargo action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 8a99699 commit 2adb356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ jobs:
run: gitlint --commits ${{ env.FROM_REF }}..${{ env.TO_REF }}
if: always()
- name: Formatting
uses: clechasseur/rs-cargo@v2
uses: clechasseur/rs-cargo@v3
with:
command: fmt
args: --check
- name: Check
uses: clechasseur/rs-cargo@v2
uses: clechasseur/rs-cargo@v3
with:
command: check
args: --all-targets --all-features --locked
- name: Linting
uses: clechasseur/rs-cargo@v2
uses: clechasseur/rs-cargo@v3
with:
command: clippy
args: --all-targets --all-features --locked -- -D warnings
Expand Down

0 comments on commit 2adb356

Please sign in to comment.