diff --git a/package.json b/package.json index 976f5ffa..c0f5af63 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "build": "ncc build src/index.ts -o lib" }, "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.4.0", "@actions/github": "^2.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 28f765df..d3a649b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@^1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09" - integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA== +"@actions/core@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.4.0.tgz#cf2e6ee317e314b03886adfeb20e448d50d6e524" + integrity sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg== "@actions/github@^2.2.0": version "2.2.0"