updating actions core node module

This commit is contained in:
Deepak Sattiraju
2020-10-05 12:28:31 +05:30
parent d6167b0314
commit ba4914ebe5
16 changed files with 422 additions and 110 deletions

12
package-lock.json generated
View File

@@ -24,12 +24,12 @@
"resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.2.tgz",
"integrity": "sha512-IJczPaZr02ECa3Lgws/TJEVco9tjOujiQSZbO3dHuXXjhd5vrUtfOgGwhmz3/f97L910OraPZ8SknofUk6RvOQ==",
"requires": {
"@actions/core": "1.1.3",
"@actions/exec": "1.0.1",
"@actions/io": "1.0.1",
"semver": "6.3.0",
"typed-rest-client": "1.5.0",
"uuid": "3.3.3"
"@actions/core": "^1.1.0",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"semver": "^6.1.0",
"typed-rest-client": "^1.4.0",
"uuid": "^3.3.2"
},
"dependencies": {
"@actions/core": {