diff --git a/package-lock.json b/package-lock.json index 16af0c5..711dc05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,9 +4,9 @@ "lockfileVersion": 1, "dependencies": { "@actions/core": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.1.tgz", - "integrity": "sha512-O5G6EmlzTVsng7VSpNtszIoQq6kOgMGNTFB/hmwKNNA4V71JyxImCIrL27vVHCt2Cb3ImkaCr6o27C2MV9Ylwg==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.3.tgz", + "integrity": "sha512-2BIib53Jh4Cfm+1XNuZYYGTeRo8yiWEAUMoliMh1qQGMaqTF4VUlhhcsBylTu4qWmUx45DrY0y0XskimAHSqhw==" }, "@actions/exec": { "version": "1.0.1", diff --git a/package.json b/package.json index eb564d6..7738d22 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "CrazyMax", "license": "MIT", "dependencies": { - "@actions/core": "^1.1.1", + "@actions/core": "^1.1.3", "@actions/exec": "^1.0.1", "@actions/tool-cache": "^1.1.2", "download": "^7.1.0",