Skip to content

Commit

Permalink
CI: bump cargo-audit to v0.20 (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 12, 2024
1 parent 26ba740 commit b64431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.15.2
key: ${{ runner.os }}-cargo-audit-v0.20
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b64431a

Please sign in to comment.