diff --git a/shared-actions/send-deployment-event/package.json b/shared-actions/send-deployment-event/package.json index 34abc85..a9f388c 100644 --- a/shared-actions/send-deployment-event/package.json +++ b/shared-actions/send-deployment-event/package.json @@ -8,7 +8,7 @@ "private": false, "dependencies": { "analytics-node": "6.2.0", - "@actions/core": "3.0.0" + "@actions/core": "3.0.1" }, "devDependencies": { "@vercel/ncc": "0.38.4" diff --git a/shared-actions/send-deployment-event/yarn.lock b/shared-actions/send-deployment-event/yarn.lock index c1c6209..a415fb8 100644 --- a/shared-actions/send-deployment-event/yarn.lock +++ b/shared-actions/send-deployment-event/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-3.0.0.tgz#89cb07c119e9b46a649ad5f355e77de9b3108cf8" - integrity sha512-zYt6cz+ivnTmiT/ksRVriMBOiuoUpDCJJlZ5KPl2/FRdvwU3f7MPh9qftvbkXJThragzUZieit2nyHUyw53Seg== +"@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"