diff --git a/package-lock.json b/package-lock.json index 0c1a3fd..5b09eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,12 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", - "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.0.tgz", + "integrity": "sha512-XirM+Zo/PFlA+1h+i4bkfvagujta+LIM2AOSzPbt8JqXbbuxb1HTB+FqIyaKmue9yiCx/JIJY6pXsOl3+T8JGw==", + "requires": { + "@actions/http-client": "^1.0.11" + } }, "@actions/exec": { "version": "1.1.0", diff --git a/package.json b/package.json index 9d6f0fa..96b273d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/gembaadvantage/uplift-action#readme", "dependencies": { - "@actions/core": "^1.4.0", + "@actions/core": "^1.8.0", "@actions/exec": "^1.1.0", "@actions/http-client": "^1.0.11", "@actions/tool-cache": "^1.7.1"