diff --git a/package.json b/package.json index 46ada8f..47bc344 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "prepare": "husky install" }, "dependencies": { - "@actions/core": "^1.2.6", - "@actions/exec": "^1.0.4", + "@actions/core": "^1.6.0", + "@actions/exec": "^1.1.0", "@actions/github": "^5.0.0", "@octokit/openapi-types": "^11.2.0", "handlebars": "^4.7.7", diff --git a/yarn.lock b/yarn.lock index 27baf65..c44c82b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,14 +2,14 @@ # yarn lockfile v1 -"@actions/core@^1.2.6": +"@actions/core@^1.6.0": version "1.6.0" resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb" integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw== dependencies: "@actions/http-client" "^1.0.11" -"@actions/exec@^1.0.4": +"@actions/exec@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.0.tgz#53441d968e56d2fec69ad3f15773d4d94e01162c" integrity sha512-LImpN9AY0J1R1mEYJjVJfSZWU4zYOlEcwSTgPve1rFQqK5AwrEs6uWW5Rv70gbDIQIAUwI86z6B+9mPK4w9Sbg==