Update lockfileVersion in package-lock.json in tool-cache package (#1025)

* update packages

* update RELEASE

* update RELEASE

* remove extra README line
This commit is contained in:
Jonathan Tamsut
2022-03-16 11:27:30 -07:00
committed by GitHub
parent 475192a0c3
commit d1abf7dc74
4 changed files with 495 additions and 217 deletions

View File

@@ -1,5 +1,8 @@
# @actions/tool-cache Releases
### 1.7.2
- Update `lockfileVersion` to `v2` in `package-lock.json [#1025](https://github.com/actions/toolkit/pull/1025)
### 1.7.1
- [Fallback to os-releases file to get linux version](https://github.com/actions/toolkit/pull/594)
- [Update to latest @actions/io verison](https://github.com/actions/toolkit/pull/838)