Release new version of the tool-cache (#838)

* update to latest version of @actions/io

* Release new version and update dependencies

* add pr number
This commit is contained in:
Thomas Boop
2021-06-07 15:50:05 -04:00
committed by GitHub
parent b9414eecb3
commit 11601c0d2d
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# @actions/tool-cache Releases
### 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)
### 1.7.0
- [Allow arbirtary headers when downloading tools to the tc](https://github.com/actions/toolkit/pull/530)
- [Export `isExplicitVersion` and `evaluateVersions` functions](https://github.com/actions/toolkit/pull/796)