diff --git a/package-lock.json b/package-lock.json index aa18fe7..c6aebec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@actions/github": "5.0.0", "@actions/glob": "0.2.0", "@actions/http-client": "1.0.11", - "@actions/tool-cache": "1.7.1", + "@actions/tool-cache": "1.7.2", "patch-package": "6.4.7", "string-argv": "0.3.1" }, @@ -112,9 +112,9 @@ "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" }, "node_modules/@actions/tool-cache": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.1.tgz", - "integrity": "sha512-y1xxxOhXaBUIUit3lhepmu/0xdgiTMpnZRLmVdtF0hTm521doi+MdRRRP62czHvM7wxH6epj4JPNJQ3iJpOrkQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.2.tgz", + "integrity": "sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==", "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", @@ -7037,9 +7037,9 @@ "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" }, "@actions/tool-cache": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.1.tgz", - "integrity": "sha512-y1xxxOhXaBUIUit3lhepmu/0xdgiTMpnZRLmVdtF0hTm521doi+MdRRRP62czHvM7wxH6epj4JPNJQ3iJpOrkQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.2.tgz", + "integrity": "sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", diff --git a/package.json b/package.json index f1faaa1..4f8902d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "5.0.0", "@actions/glob": "0.2.0", "@actions/http-client": "1.0.11", - "@actions/tool-cache": "1.7.1", + "@actions/tool-cache": "1.7.2", "patch-package": "6.4.7", "string-argv": "0.3.1" },