Skip to content

Commit 6b63a2b

Browse files
authored
Merge pull request #2176 from actions/prepare-exec-2.0.0-release
Prepare @actions/exec 2.0.0 release
2 parents dcae869 + 290017f commit 6b63a2b

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

packages/exec/RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @actions/exec Releases
22

3+
### 2.0.0
4+
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
5+
- Bump @actions/io dependency from ^1.0.1 to ^2.0.0
6+
37
### 1.1.1
48
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
59

packages/exec/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/exec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/exec",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Actions exec lib",
55
"keywords": [
66
"github",
@@ -36,6 +36,6 @@
3636
"url": "https://github.com/actions/toolkit/issues"
3737
},
3838
"dependencies": {
39-
"@actions/io": "^1.0.1"
39+
"@actions/io": "^2.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)