diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 2759ba86..a02d4d35 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: ybiquitous/npm-audit-fix-action@v3 + - uses: ybiquitous/npm-audit-fix-action@v4 with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}