From 3d735ba61ab7ad193737ea2996e140680115c7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 22:07:13 +0000 Subject: [PATCH] build(deps): bump @actions/exec from 1.1.1 to 2.0.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.1 to 2.0.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 04ac18c..860794c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@actions/artifact": "^4.0.0", "@actions/cache": "^4.1.0", "@actions/core": "^1.11.1", - "@actions/exec": "^1.1.1", + "@actions/exec": "^2.0.0", "@actions/github": "^6.0.1", "@actions/http-client": "^3.0.0", "@actions/io": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index b9ac0ad..84267b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -81,6 +81,15 @@ __metadata: languageName: node linkType: hard +"@actions/exec@npm:^2.0.0": + version: 2.0.0 + resolution: "@actions/exec@npm:2.0.0" + dependencies: + "@actions/io": "npm:^2.0.0" + checksum: 10/61f84e3920eaa898edff3a4de97d353bb8f4379ced229128d7c945cd18c02e0d8d33a22629cec7bb7797a5f8879952ee9d291921ffd02bc849e6a7d4e2e3a52a + languageName: node + linkType: hard + "@actions/github@npm:^6.0.1": version: 6.0.1 resolution: "@actions/github@npm:6.0.1" @@ -1131,7 +1140,7 @@ __metadata: "@actions/artifact": "npm:^4.0.0" "@actions/cache": "npm:^4.1.0" "@actions/core": "npm:^1.11.1" - "@actions/exec": "npm:^1.1.1" + "@actions/exec": "npm:^2.0.0" "@actions/github": "npm:^6.0.1" "@actions/http-client": "npm:^3.0.0" "@actions/io": "npm:^2.0.0"