Skip to content

Commit 36e7321

Browse files
authored
tool-cache 1.3.5 release (actions#454)
* tc 1.3.5 release
1 parent 0471ed4 commit 36e7321

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/tool-cache/RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @actions/tool-cache Releases
22

3+
### 1.3.5
4+
5+
- [Check if tool path exists before executing](https://github.com/actions/toolkit/pull/385)
6+
- [Make extract functions quiet by default](https://github.com/actions/toolkit/pull/206)
7+
38
### 1.3.4
49

510
- [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429)

packages/tool-cache/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tool-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/tool-cache",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "Actions tool-cache lib",
55
"keywords": [
66
"github",
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/actions/toolkit/issues"
3737
},
3838
"dependencies": {
39-
"@actions/core": "^1.2.0",
39+
"@actions/core": "^1.2.3",
4040
"@actions/exec": "^1.0.0",
4141
"@actions/http-client": "^1.0.8",
4242
"@actions/io": "^1.0.1",

0 commit comments

Comments
 (0)