From 51e9f6258bd71d33bfbbab5651c7ac02b1694bdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:42:09 +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 32c0c75..05aaace 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"