Browse Source

Update the cargo deny action to v2

ng
Rodolphe Bréard 2 months ago
parent
commit
4afa6f2b5c
Failed to extract signature
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -55,4 +55,4 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
Loading…
Cancel
Save