We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555ff76 commit fec6c48Copy full SHA for fec6c48
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
components: rustfmt, clippy
28
29
- name: Run cargo-audit binary crate
30
- uses: rustsec/audit-check@v1.4.1
+ uses: rustsec/audit-check@v2.0.0
31
with:
32
token: ${{ secrets.GITHUB_TOKEN }}
33
0 commit comments