diff --git a/.github/workflows/cargo-audit.yaml b/.github/workflows/cargo-audit.yaml index 54627a8..439dc9d 100644 --- a/.github/workflows/cargo-audit.yaml +++ b/.github/workflows/cargo-audit.yaml @@ -27,6 +27,6 @@ jobs: uses: actions/checkout@v4 - name: Run Cargo Audit - uses: rustsec/audit-check@v1 + uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}