From 511f15875f74937ddec3e771aa52614b22f2da9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:47:59 +0000 Subject: [PATCH] fix(deps): update dependency @actions/exec to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a5bb39..7fe0ce2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@actions/cache": "^5.0.5", "@actions/core": "^3.0.0", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "@actions/glob": "^0.6.1", "js-yaml": "^4.1.1", "shellwords-ts": "^3.0.1"