Skip to content

Commit fd81ea4

Browse files
committed
CI: fix security audit
1 parent ca6e12a commit fd81ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/cache@v4
1919
with:
2020
path: ~/.cargo/bin
21-
key: ${{ runner.os }}-cargo-audit-v0.12.0
22-
- uses: actions-rs/audit-check@v1
21+
key: ${{ runner.os }}-cargo-audit-v0.22.0
22+
- uses: rustsec/audit-check@v2
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)