diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 63106d1..ba8c76c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - name: Run cargo audit - uses: rustsec/audit-check@v1 + uses: rustsec/audit-check@v2 with: token: ${{ secrets.GITHUB_TOKEN }}