From a1b6527767089e0931eadb355664ac470d736a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:04:07 +0000 Subject: [PATCH] chore(deps): update ybiquitous/npm-audit-fix-action action to v8 --- .github/workflows/npm-audit-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 2d32a57..8e12267 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ybiquitous/npm-audit-fix-action@v6 + - uses: ybiquitous/npm-audit-fix-action@v8 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: "npm-audit-fix"