Skip to content

Commit

Permalink
Update cargo-deny CI (#1250)
Browse files Browse the repository at this point in the history
### What
Update cargo-deny CI

### Why
It started panicking when running and fix we used for this on the
rs-soroban-env repo was an updated cargo-deny action.
  • Loading branch information
leighmcculloch authored Apr 9, 2024
1 parent 10018d8 commit 21d46ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@e0a440755b184aa50374330fa75cca0f84fcb59a
- uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393
with:
command: check ${{ matrix.checks }}

Expand Down

0 comments on commit 21d46ca

Please sign in to comment.