Skip to content

Commit 425f6a5

Browse files
committed
run cargo update before rustsec/audit-check
1 parent 2f6b52c commit 425f6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust-audit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20+
- run: cargo update
2021
- name: Audit Check
2122
uses: rustsec/audit-check@v2.0.0
2223
with:

0 commit comments

Comments
 (0)