diff --git a/README.md b/README.md index f6f9d41..dce1713 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: name: npm audit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install dependencies run: npm ci - uses: oke-py/npm-audit-action@v2