Update lockfileVersion in package-lock.json in io package (#1020)

* update lockfileVersion

* Update package
This commit is contained in:
Jonathan Tamsut
2022-03-16 11:23:44 -07:00
committed by GitHub
parent a502af8759
commit 72dfadb0c3
3 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# @actions/io Releases
### 1.1.2
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
### 1.1.1
- [Fixed a bug where we incorrectly escaped paths for rmrf](https://github.com/actions/toolkit/pull/828)