From 1118c925fc5c026e10e262520e0f456498e51c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:49:03 +0000 Subject: [PATCH] chore(deps): bump @actions/exec from 1.1.1 to 3.0.0 Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.1 to 3.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: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6eada73..ba118be 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "packageManager": "yarn@4.12.0", "dependencies": { "@actions/core": "^1.11.1", - "@actions/exec": "^1.1.1", + "@actions/exec": "^3.0.0", "@actions/http-client": "^4.0.0", "@actions/tool-cache": "^2.0.2", "glob": "^11.1.0" diff --git a/yarn.lock b/yarn.lock index d3c9dc2..940d7fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31,6 +31,15 @@ __metadata: languageName: node linkType: hard +"@actions/exec@npm:^3.0.0": + version: 3.0.0 + resolution: "@actions/exec@npm:3.0.0" + dependencies: + "@actions/io": "npm:^3.0.2" + checksum: 10/c1904163e326cbe27f887514b4837e357d46e7a6c5eeda66c0e2efffd2772cb34d8ef0a2a48c65eb0e3b6ec72beb9b049eaba343c9f55978d3f45b09d09d2c54 + languageName: node + linkType: hard + "@actions/http-client@npm:^2.0.1": version: 2.1.1 resolution: "@actions/http-client@npm:2.1.1" @@ -57,6 +66,13 @@ __metadata: languageName: node linkType: hard +"@actions/io@npm:^3.0.2": + version: 3.0.2 + resolution: "@actions/io@npm:3.0.2" + checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5 + languageName: node + linkType: hard + "@actions/tool-cache@npm:^2.0.2": version: 2.0.2 resolution: "@actions/tool-cache@npm:2.0.2" @@ -3173,7 +3189,7 @@ __metadata: resolution: "upx-github-action@workspace:." dependencies: "@actions/core": "npm:^1.11.1" - "@actions/exec": "npm:^1.1.1" + "@actions/exec": "npm:^3.0.0" "@actions/http-client": "npm:^4.0.0" "@actions/tool-cache": "npm:^2.0.2" "@eslint/js": "npm:^9.39.3"