diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index a8cb5ce1f9f..3ef3ca85871 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions-rs/audit-check@issue-104 - with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + + - name: Install cargo-audit + run: cargo install cargo-audit + + - name: audit + run: cargo audit