diff --git a/package-lock.json b/package-lock.json index 041323a..4f6bb19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "2.0.3", - "@actions/tool-cache": "3.0.0" + "@actions/tool-cache": "3.0.1" }, "devDependencies": { "@commitlint/cli": "20.3.1", @@ -72,14 +72,14 @@ "license": "MIT" }, "node_modules/@actions/tool-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-3.0.0.tgz", - "integrity": "sha512-JBx8gEWuu8Lqaqx/hEnL6QdKvF06suBR4y+dBDi9vJbHx1r+p6QtmBKhQYhiKjDUYIoDX1bUrbyAYPChoPK+XA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-3.0.1.tgz", + "integrity": "sha512-euK7sID37jMg1yWGkdXkLPI5Te7x/+2QMUPeHXogcpzUZ81mqlDZ+CgYhQo3LtB8LpVnnQyjs+hTTU0Ir4Y0RQ==", "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", "@actions/exec": "^2.0.0", - "@actions/http-client": "^3.0.1", + "@actions/http-client": "^3.0.2", "@actions/io": "^2.0.0", "semver": "^6.1.0" } diff --git a/package.json b/package.json index fe6770e..11ec9d2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@actions/core": "2.0.3", - "@actions/tool-cache": "3.0.0" + "@actions/tool-cache": "3.0.1" }, "devDependencies": { "@commitlint/cli": "20.3.1",