We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ea39f commit 9cccc17Copy full SHA for 9cccc17
.github/workflows/audit.yml
@@ -24,6 +24,6 @@ jobs:
24
run: |
25
rustup override set stable
26
rustup update stable
27
- - uses: rustsec/audit-check@v1.4.1
+ - uses: rustsec/audit-check@v2.0.0
28
with:
29
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments