Skip to content

Commit 345b7d0

Browse files
committed
use maintained for of cargo-audit github action
1 parent 4393254 commit 345b7d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/audit.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: actions-rs/audit-check@v1
23+
- id: install
24+
run: |
25+
rustup override set stable
26+
rustup update stable
27+
- uses: rustsec/[email protected]
2428
with:
2529
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)