Skip to content

Commit ffe19ee

Browse files
authored
CI: fix security audit (#2133)
1 parent 6a11701 commit ffe19ee

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
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/cache@v5
2121
with:
2222
path: ~/.cargo/bin
23-
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04
23+
key: ${{ runner.os }}-cargo-audit-v0.22.0
2424
- uses: rustsec/audit-check@v2
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)