bump version to v1.3.1

This commit is contained in:
Naoki Oketani
2020-04-30 07:59:06 +09:00
parent 8e21576306
commit 49b1b8cc78
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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",