From fbec7ccb1b45e2f97b6ec3f25bbf11ef8c166064 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:54:32 +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 b282aec..6bc24a5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@actions/cache": "^6.0.0", "@actions/core": "^2.0.3", - "@actions/exec": "^2.0.0", + "@actions/exec": "^3.0.0", "@actions/glob": "^0.5.1", "md5-file": "^5.0.0", "yaml": "^2.8.2"