Skip to content

Commit

Permalink
fix(deps): bump ybiquitous/npm-audit-fix-action from v2 to v3 (#925)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Apr 5, 2021
1 parent a6ce71a commit 3101c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v2
- uses: ybiquitous/npm-audit-fix-action@v3
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v2
- uses: ybiquitous/npm-audit-fix-action@v3
with:
github_token: \${{ secrets.PERSONAL_ACCESS_TOKEN }}
"
Expand Down

0 comments on commit 3101c72

Please sign in to comment.