From 0aaeeda40c458cc273a19dcaa1c4dcf96cd2d267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:46:32 +0000 Subject: [PATCH] fix(deps): update dependency @actions/core to ^2.0.3 --- package.json | 2 +- yarn.lock | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/package.json b/package.json index d49099b..f741ae0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "MIT", "dependencies": { "@actions/cache": "^5.0.5", - "@actions/core": "^2.0.2", + "@actions/core": "^2.0.3", "@actions/exec": "^2.0.0", "@actions/glob": "^0.5.0", "js-yaml": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 089c78f..b9d93b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,14 +34,6 @@ "@actions/exec" "^2.0.0" "@actions/http-client" "^3.0.0" -"@actions/core@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.2.tgz#81c59e1f3437660d2148a064c1ba8e99931f2cf7" - integrity sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA== - dependencies: - "@actions/exec" "^2.0.0" - "@actions/http-client" "^3.0.1" - "@actions/core@^2.0.3": version "2.0.3" resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.3.tgz#b05e8cf407ab393e5d10282357a74e1ee2315eee" @@ -96,14 +88,6 @@ tunnel "^0.0.6" undici "^5.28.5" -"@actions/http-client@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268" - integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w== - dependencies: - tunnel "^0.0.6" - undici "^5.28.5" - "@actions/http-client@^3.0.2": version "3.0.2" resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.2.tgz#3db9c83af9d29d51ac8c30b45bc17f7014beb1b2"