From 67defa579b54fcdc16f683a79fd916fce8f8d06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 10:45:24 +0900 Subject: [PATCH] Bump @actions/tool-cache from 1.7.1 to 1.7.2 (#133) * Bump @actions/tool-cache from 1.7.1 to 1.7.2 Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: "@actions/tool-cache" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * npm ci Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jiro4989 --- node_modules/.package-lock.json | 6 +++--- node_modules/@actions/tool-cache/package.json | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 1f5c25dec..665d2da0e 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -36,9 +36,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "@actions/core": "^1.2.6", diff --git a/node_modules/@actions/tool-cache/package.json b/node_modules/@actions/tool-cache/package.json index 2d15bd603..da75109d5 100644 --- a/node_modules/@actions/tool-cache/package.json +++ b/node_modules/@actions/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "1.7.1", + "version": "1.7.2", "description": "Actions tool-cache lib", "keywords": [ "github", diff --git a/package-lock.json b/package-lock.json index 014318e07..6f937bb1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@actions/io": "^1.1.2", - "@actions/tool-cache": "^1.7.1", + "@actions/tool-cache": "^1.7.2", "@types/jest": "^27.4.1", "@types/nock": "^11.1.0", "@types/node": "^17.0.21", @@ -73,9 +73,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "@actions/core": "^1.2.6", @@ -9725,9 +9725,9 @@ "dev": true }, "@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==", "dev": true, "requires": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index 27c8d0135..52c73cc9f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@actions/io": "^1.1.2", - "@actions/tool-cache": "^1.7.1", + "@actions/tool-cache": "^1.7.2", "@types/jest": "^27.4.1", "@types/nock": "^11.1.0", "@types/node": "^17.0.21",