From 8a4cabf41ac284ca797cb0cc4b2f74ff3bdc9b62 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 12 Dec 2020 12:04:36 +0000 Subject: [PATCH] update version --- .github/workflows/daily.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 73c1e93..2f5c6c0 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.6.0 + - uses: oke-py/npm-audit-action@v1.7.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index c8ed558..3ca7e66 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.6.0 + - uses: oke-py/npm-audit-action@v1.7.0 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}