From cc3382882f208f9ba8c2b7fda18f0ef7fedcfb97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 21:27:13 +0000 Subject: [PATCH] Update dependency @actions/exec to v3 --- .github/actions/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/package.json b/.github/actions/package.json index 197b985923..a95b403f17 100644 --- a/.github/actions/package.json +++ b/.github/actions/package.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/artifact": "^6.0.0", "@actions/core": "^1.11.1", - "@actions/exec": "^1.1.1", + "@actions/exec": "^3.0.0", "lodash": "^4.17.23", "snyk-nodejs-lockfile-parser": "^2.4.2" }, diff --git a/yarn.lock b/yarn.lock index 7997ed7043..dc9de0c0f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4568,7 +4568,7 @@ __metadata: dependencies: "@actions/artifact": "npm:^6.0.0" "@actions/core": "npm:^1.11.1" - "@actions/exec": "npm:^1.1.1" + "@actions/exec": "npm:^3.0.0" "@sourceacademy/modules-repotools": "workspace:^" "@types/node": "npm:^22.15.30" lodash: "npm:^4.17.23"