diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 3fca06c..683c745 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 - name: Run Audit-Check - uses: rustsec/audit-check@v1.3.2 + uses: rustsec/audit-check@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }}