Skip to content

Commit 5080928

Browse files
authored
CI: fix security audit (#1121)
1 parent e6adddc commit 5080928

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/cache@v5
2525
with:
2626
path: ~/.cargo/bin
27-
key: ${{ runner.os }}-cargo-audit-v0.21.2
27+
key: ${{ runner.os }}-cargo-audit-v0.22.0
2828
- uses: rustsec/audit-check@v2
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)