Prepare @actions/exec 2.0.0 release

This commit is contained in:
Salman Muin Kayser Chishti
2025-10-31 15:55:29 +00:00
parent dcae869a03
commit f79b906406
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/exec Releases
### 2.0.0
- Add support for Node 24 [#2110](https://github.com/actions/toolkit/pull/2110)
- Bump @actions/io from 1.0.1 to 2.0.0
### 1.1.1
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/exec",
"version": "1.1.1",
"version": "2.0.0",
"description": "Actions exec lib",
"keywords": [
"github",
@@ -36,6 +36,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.0.1"
"@actions/io": "^2.0.0"
}
}