Skip to content

Commit

Permalink
run cargo update before rustsec/audit-check
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-min committed Sep 27, 2024
1 parent 2f6b52c commit 425f6a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo update
- name: Audit Check
uses: rustsec/[email protected]
with:
Expand Down

0 comments on commit 425f6a5

Please sign in to comment.