From bbd654044ce83d0012d6bd7f1fba5d18f5deeb64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:51:23 +0000 Subject: [PATCH] fix(deps): update dependency @actions/exec to v3 --- package-lock.json | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b2e158..14317f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@actions/core": "^2.0.0", - "@actions/exec": "^2.0.0" + "@actions/exec": "^3.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0", @@ -30,7 +30,7 @@ "@actions/http-client": "^3.0.0" } }, - "node_modules/@actions/exec": { + "node_modules/@actions/core/node_modules/@actions/exec": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-2.0.0.tgz", "integrity": "sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==", @@ -39,6 +39,21 @@ "@actions/io": "^2.0.0" } }, + "node_modules/@actions/exec": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-3.0.0.tgz", + "integrity": "sha512-6xH/puSoNBXb72VPlZVm7vQ+svQpFyA96qdDBvhB8eNZOE8LtPf9L4oAsfzK/crCL8YZ+19fKYVnM63Sl+Xzlw==", + "license": "MIT", + "dependencies": { + "@actions/io": "^3.0.2" + } + }, + "node_modules/@actions/exec/node_modules/@actions/io": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz", + "integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==", + "license": "MIT" + }, "node_modules/@actions/http-client": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.0.tgz", diff --git a/package.json b/package.json index 9452fb3..e4553d2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/dirathea/setup-sstart-env#readme", "dependencies": { "@actions/core": "^2.0.0", - "@actions/exec": "^2.0.0" + "@actions/exec": "^3.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0",