From 36e732155e521874637327a845b689ddc7a20645 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Wed, 13 May 2020 14:39:10 -0400 Subject: [PATCH] tool-cache 1.3.5 release (#454) * tc 1.3.5 release --- packages/tool-cache/RELEASES.md | 5 +++++ packages/tool-cache/package-lock.json | 2 +- packages/tool-cache/package.json | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/tool-cache/RELEASES.md b/packages/tool-cache/RELEASES.md index 3bbe764c..8a10023b 100644 --- a/packages/tool-cache/RELEASES.md +++ b/packages/tool-cache/RELEASES.md @@ -1,5 +1,10 @@ # @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 - [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429) diff --git a/packages/tool-cache/package-lock.json b/packages/tool-cache/package-lock.json index ac351347..6aadb289 100644 --- a/packages/tool-cache/package-lock.json +++ b/packages/tool-cache/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index a5a77c24..78b71778 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.3.4", + "version": "1.3.5", "description": "Actions tool-cache lib", "keywords": [ "github", @@ -36,7 +36,7 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/core": "^1.2.0", + "@actions/core": "^1.2.3", "@actions/exec": "^1.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.0.1",