From 49b1b8cc78cb27241d9bc8f19dccfb76043f7f6b Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Thu, 30 Apr 2020 07:59:06 +0900 Subject: [PATCH] bump version to v1.3.1 --- .github/workflows/daily.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 63b5e90..cbc8212 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.2.0 + - uses: oke-py/npm-audit-action@v1.3.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/README.md b/README.md index 04bb65c..c216b78 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v2 - name: install dependencies run: npm ci - - uses: oke-py/npm-audit-action@v1.2.0 + - uses: oke-py/npm-audit-action@v1.3.1 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 7abc879..179f4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.3.0", + "version": "1.3.1", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js",