From ddca8d247d806760a07509ad42f77b53298b39b2 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Wed, 6 Jan 2021 13:21:27 +0900 Subject: [PATCH] docs: use 1.7.1 in the sample --- .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 2f5c6c0..a876484 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.7.0 + - uses: oke-py/npm-audit-action@v1.7.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 3ca7e66..96c0317 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.7.0 + - uses: oke-py/npm-audit-action@v1.7.1 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}