From 70a646c2f9402aa656d0576047dac93c8eb0dcf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:46:15 +0000 Subject: [PATCH] chore(deps): update ybiquitous/npm-audit-fix-action action to v7 --- .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..d4d2afe 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@v7 with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: "npm-audit-fix"