Bump @actions/io to 3.0.2

This commit is contained in:
Daniel Kennedy
2026-01-28 14:43:36 -05:00
parent 0fc1805b46
commit c9c663babe
3 changed files with 9 additions and 12 deletions
+3 -3
View File
@@ -12,9 +12,9 @@
## 1.1.1
- Update `lockfileVersion` to `v2` in `package-lock.json [#1024](https://github.com/actions/toolkit/pull/1024)
- Update `lockfileVersion` to `v2` in `package-lock.json` [#1024](https://github.com/actions/toolkit/pull/1024)
### 1.1.0
## 1.1.0
- [Fix stdline dropping large output](https://github.com/actions/toolkit/pull/773)
- [Add getExecOutput function](https://github.com/actions/toolkit/pull/814)
@@ -30,4 +30,4 @@
### 1.0.0
- Initial release
- Initial release
+5 -8
View File
@@ -9,17 +9,14 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@actions/io": "file:../io"
"@actions/io": "^3.0.2"
}
},
"../io": {
"name": "@actions/io",
"version": "3.0.0",
"license": "MIT"
},
"node_modules/@actions/io": {
"resolved": "../io",
"link": true
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-3.0.2.tgz",
"integrity": "sha512-nRBchcMM+QK1pdjO7/idu86rbJI5YHUKCvKs0KxnSYbVe3F51UfGxuZX4Qy/fWlp6l7gWFwIkrOzN+oUK03kfw==",
"license": "MIT"
}
}
}
+1 -1
View File
@@ -43,6 +43,6 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "file:../io"
"@actions/io": "^3.0.2"
}
}