diff --git a/package-lock.json b/package-lock.json index 6e09fc4..f83c650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,9 +30,9 @@ "integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==" }, "@actions/tool-cache": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.2.tgz", - "integrity": "sha512-6lNI29W6fc6dEA+l4aSEGWpS3DZJmgvRu8nZWaLc1LoHlEiosHydVroFgdxvBolcWJ776TnNleRG71+DSdr1aA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.3.tgz", + "integrity": "sha512-AFVyTLcIxusDVI1gMhbZW8m/On7YNJG+xYaxorV+qic+f7lO7h37aT2mfzxqAq7mwHxtP1YlVFNrXe9QDf/bPg==", "requires": { "@actions/core": "^1.2.0", "@actions/exec": "^1.0.0", diff --git a/package.json b/package.json index 4c3eae4..e646bc8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@actions/core": "^1.2.3", "@actions/exec": "^1.0.3", - "@actions/tool-cache": "^1.3.2", + "@actions/tool-cache": "^1.3.3", "download": "^7.1.0", "typed-rest-client": "^1.7.2" },