1
0
Fork 0

Tool Cache 1.7.0 release (#821)

* tc 1.7.0 release

* update verbiage
pull/823/head
Thomas Boop 2021-05-27 11:44:59 -04:00 committed by GitHub
parent a1b068ec31
commit a65bca60a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,12 @@
# @actions/tool-cache Releases
### 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)
- [Force overwrite on default when extracted compressed files](https://github.com/actions/toolkit/pull/807)
### 1.6.1
- [Update @actions/core version](https://github.com/actions/toolkit/pull/636)
- [Update @actions/core version](https://github.com/actions/toolkit/pull/636)
### 1.6.0
- [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207)

View File

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.6.1",
"version": "1.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.6.1",
"version": "1.7.0",
"description": "Actions tool-cache lib",
"keywords": [
"github",