From 9e30e4c141609f8cada4b0ccffc0c6721c831aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:48:21 +0000 Subject: [PATCH] chore(deps): bump ybiquitous/npm-audit-fix-action from 3 to 4 Bumps [ybiquitous/npm-audit-fix-action](https://github.com/ybiquitous/npm-audit-fix-action) from 3 to 4. - [Release notes](https://github.com/ybiquitous/npm-audit-fix-action/releases) - [Changelog](https://github.com/ybiquitous/npm-audit-fix-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3...v4) --- updated-dependencies: - dependency-name: ybiquitous/npm-audit-fix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 1c04429d..2001b286 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@v3 - - uses: ybiquitous/npm-audit-fix-action@v3 + - uses: ybiquitous/npm-audit-fix-action@v4 with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}