Skip to content

Commit 3e1d83e

Browse files
authored
CI: bump cargo-audit to v0.20 (#182)
1 parent cb2300d commit 3e1d83e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/security-audit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Security Audit
22
on:
33
pull_request:
4-
paths: Cargo.lock
4+
paths:
5+
- .github/workflows/security-audit.yml
6+
- Cargo.lock
57
push:
68
branches: master
79
paths: Cargo.lock
@@ -18,7 +20,7 @@ jobs:
1820
uses: actions/cache@v4
1921
with:
2022
path: ~/.cargo/bin
21-
key: ${{ runner.os }}-cargo-audit-v0.14.1
23+
key: ${{ runner.os }}-cargo-audit-v0.20
2224
- uses: actions-rs/audit-check@v1
2325
with:
2426
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)