diff --git a/package.json b/package.json index 04579cf..82df91b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "dependencies": { "@actions/cache": "^5.0.5", - "@actions/core": "^3.0.0", + "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/glob": "^0.6.1", "js-yaml": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 1c7499c..496f16b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,6 +42,14 @@ "@actions/exec" "^3.0.0" "@actions/http-client" "^4.0.0" +"@actions/core@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.1.tgz#0f4d8b14527ee51e0db061eedc24a206c9f98c23" + integrity sha512-a6d/Nwahm9fliVGRhdhofo40HjHQasUPusmc7vBfyky+7Z+P2A1J68zyFVaNcEclc/Se+eO595oAr5nwEIoIUA== + dependencies: + "@actions/exec" "^3.0.0" + "@actions/http-client" "^4.0.0" + "@actions/exec@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-2.0.0.tgz#35e829723389f80e362ec2cc415697ec74362ad8"