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": {