diff --git a/package-lock.json b/package-lock.json index e93f5599..2c603473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "3.0.1", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.4", + "@actions/core": "^1.4.0", "@actions/github": "^2.2.0", "js-yaml": "^4.1.0", "minimatch": "^3.0.4" @@ -26,9 +26,9 @@ } }, "node_modules/@actions/core": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", - "integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", + "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" }, "node_modules/@actions/github": { "version": "2.2.0", @@ -11466,9 +11466,9 @@ }, "dependencies": { "@actions/core": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz", - "integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", + "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" }, "@actions/github": { "version": "2.2.0", diff --git a/package.json b/package.json index 4df73662..b5615029 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.4", + "@actions/core": "^1.4.0", "@actions/github": "^2.2.0", "js-yaml": "^4.1.0", "minimatch": "^3.0.4"