feat: update references from v2 to v3 for release v3.0.0

This commit is contained in:
Naoki Oketani
2025-05-03 13:54:49 +00:00
parent 766b744e74
commit 3fa1b7654e
5 changed files with 19 additions and 12 deletions

View File

@@ -61,10 +61,10 @@ jobs:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install dependencies
run: npm ci
- uses: oke-py/npm-audit-action@v2
- uses: oke-py/npm-audit-action@v3
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}