diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index c852dbdd..cc23794a 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -9,7 +9,7 @@ jobs: security_audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Cargo.lock if doesn't exist run: | if [ ! -f Cargo.lock ]; then