mirror of https://github.com/actions/toolkit
parent
0471ed4ad7
commit
36e732155e
|
@ -1,5 +1,10 @@
|
||||||
# @actions/tool-cache Releases
|
# @actions/tool-cache Releases
|
||||||
|
|
||||||
|
### 1.3.5
|
||||||
|
|
||||||
|
- [Check if tool path exists before executing](https://github.com/actions/toolkit/pull/385)
|
||||||
|
- [Make extract functions quiet by default](https://github.com/actions/toolkit/pull/206)
|
||||||
|
|
||||||
### 1.3.4
|
### 1.3.4
|
||||||
|
|
||||||
- [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429)
|
- [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/tool-cache",
|
"name": "@actions/tool-cache",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@actions/tool-cache",
|
"name": "@actions/tool-cache",
|
||||||
"version": "1.3.4",
|
"version": "1.3.5",
|
||||||
"description": "Actions tool-cache lib",
|
"description": "Actions tool-cache lib",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"github",
|
"github",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.0",
|
"@actions/core": "^1.2.3",
|
||||||
"@actions/exec": "^1.0.0",
|
"@actions/exec": "^1.0.0",
|
||||||
"@actions/http-client": "^1.0.8",
|
"@actions/http-client": "^1.0.8",
|
||||||
"@actions/io": "^1.0.1",
|
"@actions/io": "^1.0.1",
|
||||||
|
|
Loading…
Reference in New Issue