We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f880bf commit cc17fbaCopy full SHA for cc17fba
1 file changed
.github/workflows/security-audit.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/cache@v5
22
with:
23
path: ~/.cargo/bin
24
- key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04
+ key: ${{ runner.os }}-cargo-audit-v0.22.0
25
- uses: rustsec/audit-check@v2
26
27
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments