diff --git a/package-lock.json b/package-lock.json index 58c4784..8a04981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,9 @@ } }, "@actions/io": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz", - "integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz", + "integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==" }, "@actions/tool-cache": { "version": "1.1.2", diff --git a/package.json b/package.json index 8cb3c2a..4891a4e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dependencies": { "@actions/core": "^1.2.0", "@actions/exec": "^1.0.2", - "@actions/io": "^1.0.1", + "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.1.2", "xmlhttprequest": "^1.8.0" },