chore(workflow deps): #223 bump audit-check from 1.4.1 to 2.0.0

This commit is contained in:
Cain 2024-09-25 15:27:58 +01:00 committed by GitHub
commit c82dc7d653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1.4.1
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}