diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1ef1559..80c3ee4 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -40,12 +40,5 @@ jobs: restore-keys: | ${{ runner.os }}-cargo - - name: Install cargo-audit - uses: actions-rs/install@v0.1 - with: - crate: cargo-audit - version: latest - use-tool-cache: true - - name: Run cargo-audit - run: cargo audit --deny-warnings + run: cargo audit --deny warnings