mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 15:22:55 +08:00
Tool cache 1.6.0 Release Notes (#519)
* Tool-cache 1.6.0 release notes * Adjust spacing
This commit is contained in:
parent
32f15666bd
commit
8f6ddeb087
@ -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)
|
||||||
|
|||||||
2
packages/tool-cache/package-lock.json
generated
2
packages/tool-cache/package-lock.json
generated
@ -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": {
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user