diff --git a/package.json b/package.json index e0628ecc63d7..5062c6e1e7f7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "prettier:all": "npx prettier --write ." }, "devDependencies": { - "@actions/core": "^1.11.0", + "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", "@crowdin/cli": "^4.2.0", "@docusaurus/core": "^3.5.2", diff --git a/yarn.lock b/yarn.lock index 9e26fe5d9a3d..6c118f853e80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@^1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.0.tgz#fdbe19cfa12c6024ab75990b11c1192628864201" - integrity sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA== +"@actions/core@^1.11.1": + 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"