1
0
Fork 0

Tool cache 1.6.0 Release Notes (#519)

* Tool-cache 1.6.0 release notes

* Adjust spacing
pull/522/head
Thomas Boop 2020-07-16 15:46:02 -04:00 committed by GitHub
parent 32f15666bd
commit 8f6ddeb087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# @actions/tool-cache Releases # @actions/tool-cache Releases
### 1.6.0
- [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207)
### 1.3.5 ### 1.3.5
- [Check if tool path exists before executing](https://github.com/actions/toolkit/pull/385) - [Check if tool path exists before executing](https://github.com/actions/toolkit/pull/385)

View File

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

View File

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