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"