Skip to content

Commit dde5b16

Browse files
committed
use maintained for of cargo-audit github action
1 parent bf4b93b commit dde5b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: actions-rs/audit-check@v1
23+
- uses: rustsec/audit-check@v1.4.1
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)