Skip to content

Commit b747be3

Browse files
authored
CI: use cargo-audit v0.20 (#170)
1 parent f8dea33 commit b747be3

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/cache@v3
1919
with:
2020
path: ~/.cargo/bin
21-
key: ${{ runner.os }}-cargo-audit-v0.12
21+
key: ${{ runner.os }}-cargo-audit-v0.20
2222
- uses: actions-rs/audit-check@v1
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)