Skip to content

Commit

Permalink
Do not use too specific version on cargo audit workflow
Browse files Browse the repository at this point in the history
use actions-rs/audit-check@v1 instead of actions-rs/[email protected]

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Sep 18, 2023
1 parent 73ea560 commit 2701f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1.4.1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2701f6c

Please sign in to comment.