neiam
/action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
v1.7.0 (#30)
78d10b5 · Paulo F. Oliveira · 2021-04-02 23:31
Files changed
modified
3RD_PARTY_LICENSES
+1
−1
@@ -2,7 +2,7 @@ THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY B
| 2 | 2 | |
| 3 | 3 | ----- |
| 4 | 4 | |
| 5 | −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: | |
| 5 | +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: | |
| 6 | 6 | |
| 7 | 7 | The MIT License (MIT) |
| 8 | 8 |
modified
package-lock.json
+3
−6
@@ -1,11 +1,11 @@
| 1 | 1 | { |
| 2 | 2 | "name": "setup-beam", |
| 3 | − "version": "1.6.0", | |
| 3 | + "version": "1.7.0", | |
| 4 | 4 | "lockfileVersion": 2, |
| 5 | 5 | "requires": true, |
| 6 | 6 | "packages": { |
| 7 | 7 | "": { |
| 8 | − "version": "1.6.0", | |
| 8 | + "version": "1.7.0", | |
| 9 | 9 | "license": "MIT", |
| 10 | 10 | "dependencies": { |
| 11 | 11 | "@actions/core": "1.2.6", |
@@ -2566,10 +2566,7 @@
| 2566 | 2566 | "resolved": "https://registry.npmjs.org/shellcheck/-/shellcheck-1.0.0.tgz", |
| 2567 | 2567 | "integrity": "sha512-CdKbWXOknBwE1wNQzAnwfLf7QNOu/yqyLSGBKoq2WuChEqfg7dnZJ1pHR2P463PbVpBRz3KGkYnXJCoQrPwtYA==", |
| 2568 | 2568 | "dev": true, |
| 2569 | − "hasInstallScript": true, | |
| 2570 | − "bin": { | |
| 2571 | − "shellcheck": "shellcheck-stable/shellcheck" | |
| 2572 | − } | |
| 2569 | + "hasInstallScript": true | |
| 2573 | 2570 | }, |
| 2574 | 2571 | "node_modules/side-channel": { |
| 2575 | 2572 | "version": "1.0.4", |
modified
package.json
+1
−1
@@ -1,6 +1,6 @@
| 1 | 1 | { |
| 2 | 2 | "name": "setup-beam", |
| 3 | − "version": "1.6.0", | |
| 3 | + "version": "1.7.0", | |
| 4 | 4 | "license": "MIT", |
| 5 | 5 | "private": true, |
| 6 | 6 | "scripts": { |
Parents: f05ed1c