From 6ca4ad598e58cf057a230f6c8353f91ed1a210fe Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 23 May 2020 16:08:43 +0900 Subject: [PATCH] bump version to v1.4.0 --- .github/workflows/daily.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index cbc8212..73270f9 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.3.1 + - uses: oke-py/npm-audit-action@v1.4.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} issue_assignees: oke-py diff --git a/package-lock.json b/package-lock.json index 179477f..f969fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f468ab..f0c92c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-action", - "version": "1.3.1", + "version": "1.4.0", "private": true, "description": "GitHub Action to run `npm audit`", "main": "lib/main.js",