diff --git a/package.json b/package.json index 6e1907d..fb858a1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@docker/actions-toolkit": "^0.25.0", "uuid": "^10.0.0" }, diff --git a/yarn.lock b/yarn.lock index 6e0eacc..3b4e2ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -38,13 +38,13 @@ semver "^6.3.1" uuid "^3.3.3" -"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.2.6": - version "1.10.1" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a" - integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g== +"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.11.1", "@actions/core@^1.2.6": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" + integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== dependencies: + "@actions/exec" "^1.1.1" "@actions/http-client" "^2.0.1" - uuid "^8.3.2" "@actions/exec@^1.0.0", "@actions/exec@^1.0.1", "@actions/exec@^1.1.1": version "1.1.1"