Skip to content

Commit cc17fba

Browse files
authored
CI: fix security audit (#764)
1 parent 1f880bf commit cc17fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v5
2222
with:
2323
path: ~/.cargo/bin
24-
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04
24+
key: ${{ runner.os }}-cargo-audit-v0.22.0
2525
- uses: rustsec/audit-check@v2
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)