From c13daae69f2e4d0a53ee5a7f5597583aef1d0e6f Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Sun, 29 Mar 2020 15:53:04 +0530 Subject: [PATCH] added tool cache to download file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 483d2e7..618d13a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/exec": "^1.0.0", "@actions/github": "^1.0.0", "@actions/io": "^1.0.0", - "@actions/tool-cache": "^1.0.0", + "@actions/tool-cache": "^1.3.3", "@octokit/rest": "^17.1.4" }, "devDependencies": {