Skip to content

Commit 4573039

Browse files
toolkit/io 1.1.3 release (actions#1374)
* updating version * adding new minor version to package-lock * updating release doc * Update packages/io/RELEASES.md Co-authored-by: Cory Miller <[email protected]> --------- Co-authored-by: Cory Miller <[email protected]>
1 parent 463b49d commit 4573039

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/io/RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @actions/io Releases
22

3+
### 1.1.3
4+
- Replace `child_process.exec` with `fs.rm` in `rmRF` for all OS implementations [#1373](https://github.com/actions/toolkit/pull/1373)
5+
36
### 1.1.2
47
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
58

packages/io/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/io",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Actions io lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)