From 0f102833872eda5f10f87b7bb3701927b2a3c5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 02:01:10 +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 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 }}