Skip to content

Commit 2ecd068

Browse files
build(deps): bump @actions/exec from 2.0.0 to 3.0.0
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 2.0.0 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] <support@github.com>
1 parent ac634d2 commit 2ecd068

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@actions/artifact": "^5.0.3",
5050
"@actions/cache": "^5.0.5",
5151
"@actions/core": "^2.0.3",
52-
"@actions/exec": "^2.0.0",
52+
"@actions/exec": "^3.0.0",
5353
"@actions/github": "^9.0.0",
5454
"@actions/http-client": "^3.0.2",
5555
"@actions/io": "^3.0.2",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ __metadata:
9090
languageName: node
9191
linkType: hard
9292

93+
"@actions/exec@npm:^3.0.0":
94+
version: 3.0.0
95+
resolution: "@actions/exec@npm:3.0.0"
96+
dependencies:
97+
"@actions/io": "npm:^3.0.2"
98+
checksum: 10/c1904163e326cbe27f887514b4837e357d46e7a6c5eeda66c0e2efffd2772cb34d8ef0a2a48c65eb0e3b6ec72beb9b049eaba343c9f55978d3f45b09d09d2c54
99+
languageName: node
100+
linkType: hard
101+
93102
"@actions/github@npm:^6.0.1":
94103
version: 6.0.1
95104
resolution: "@actions/github@npm:6.0.1"
@@ -1198,7 +1207,7 @@ __metadata:
11981207
"@actions/artifact": "npm:^5.0.3"
11991208
"@actions/cache": "npm:^5.0.5"
12001209
"@actions/core": "npm:^2.0.3"
1201-
"@actions/exec": "npm:^2.0.0"
1210+
"@actions/exec": "npm:^3.0.0"
12021211
"@actions/github": "npm:^9.0.0"
12031212
"@actions/http-client": "npm:^3.0.2"
12041213
"@actions/io": "npm:^3.0.2"

0 commit comments

Comments
 (0)