Skip to content

Commit c04ea45

Browse files
authored
CI: fix security audit (#1257)
Bumps the cache key for `cargo audit` since the old versions are no longer compatible with the database.
1 parent e24cfe8 commit c04ea45

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/cache@v5
3131
with:
3232
path: ~/.cargo/bin
33-
key: ${{ runner.os }}-cargo-audit-v0.21.1
33+
key: ${{ runner.os }}-cargo-audit-v0.22.0
3434
- uses: rustsec/audit-check@v2
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)