From 498619f71f0893f4af222d9e767d2b2de30a5445 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 02:59:39 +0000 Subject: [PATCH] build(deps): bump @actions/tool-cache from 1.1.1 to 1.1.2 Bumps [@actions/tool-cache](https://github.com/actions/toolkit) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/actions/toolkit/releases) - [Commits](https://github.com/actions/toolkit/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cf7650..2b6899d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,9 +20,9 @@ "integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==" }, "@actions/tool-cache": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.1.tgz", - "integrity": "sha512-AILekrrj/L4N/5z5TGtUKVie4nKjxDioCgOEymyYxzPhGfjIxfE71tN2VTTpiICEWJ883rPRj2+WinTr1b6yVA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.2.tgz", + "integrity": "sha512-IJczPaZr02ECa3Lgws/TJEVco9tjOujiQSZbO3dHuXXjhd5vrUtfOgGwhmz3/f97L910OraPZ8SknofUk6RvOQ==", "requires": { "@actions/core": "^1.1.0", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index 8eae201..9870666 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@actions/core": "^1.1.1", "@actions/exec": "^1.0.1", "@actions/io": "^1.0.1", - "@actions/tool-cache": "^1.1.1", + "@actions/tool-cache": "^1.1.2", "xmlhttprequest": "^1.8.0" }, "devDependencies": {