Skip to content

Commit

Permalink
CI: use cargo-audit v0.20 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 16, 2024
1 parent f8dea33 commit b747be3
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.12
key: ${{ runner.os }}-cargo-audit-v0.20
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b747be3

Please sign in to comment.