diff --git a/3RD_PARTY_LICENSES b/3RD_PARTY_LICENSES index 00e605d..e10a7d1 100644 --- a/3RD_PARTY_LICENSES +++ b/3RD_PARTY_LICENSES @@ -2,7 +2,7 @@ THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY B ----- -The following software may be included in this product: @actions/core. A copy of the source code may be downloaded from git+https://github.com/actions/toolkit.git. This software contains the following license and notice below: +The following software may be included in this product: @actions/core, @actions/io. A copy of the source code may be downloaded from git+https://github.com/actions/toolkit.git (@actions/core), git+https://github.com/actions/toolkit.git (@actions/io). This software contains the following license and notice below: The MIT License (MIT) diff --git a/package-lock.json b/package-lock.json index 0700669..c36b327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "setup-beam", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "dependencies": { "@actions/core": "1.2.6", @@ -2566,10 +2566,7 @@ "resolved": "https://registry.npmjs.org/shellcheck/-/shellcheck-1.0.0.tgz", "integrity": "sha512-CdKbWXOknBwE1wNQzAnwfLf7QNOu/yqyLSGBKoq2WuChEqfg7dnZJ1pHR2P463PbVpBRz3KGkYnXJCoQrPwtYA==", "dev": true, - "hasInstallScript": true, - "bin": { - "shellcheck": "shellcheck-stable/shellcheck" - } + "hasInstallScript": true }, "node_modules/side-channel": { "version": "1.0.4", diff --git a/package.json b/package.json index ffde3e4..62d9a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-beam", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "private": true, "scripts": {