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