Skip to content

Commit

Permalink
actions: update deny action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 27, 2024
1 parent ada0e09 commit e9eca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check ${{ matrix.checks }}

Expand Down

0 comments on commit e9eca65

Please sign in to comment.