Skip to content

Commit 994e729

Browse files
committed
ci: cache cargo audit installation
1 parent 7e8de74 commit 994e729

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/audit-on-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313

14+
- name: Cache cargo-bin
15+
id: cache-dependencies
16+
uses: actions/cache@v4
17+
with:
18+
path: |
19+
~/.cargo/bin
20+
key: ${{ runner.os }}-cargo-bin
21+
1422
- name: Install cargo audit
1523
shell: bash
1624
run: |

0 commit comments

Comments
 (0)