From af8ffc7c8de28383dd685c7619de213a7719e71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 22:37:02 +0000 Subject: [PATCH] Bump @actions/cache from 2.0.4 to 2.0.5 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f0d39b..e83ac48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@actions/cache": "2.0.4", + "@actions/cache": "2.0.5", "@actions/core": "1.8.2", "@actions/exec": "1.1.1", "@actions/github": "5.0.3", @@ -36,9 +36,9 @@ } }, "node_modules/@actions/cache": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.4.tgz", - "integrity": "sha512-B6c8JNTcgMUcstwbCSCjgHrSxzJ5ABxX6Y1Q9lfe8lT08ZVrnUetEZfxYRCwTgAf/gHsjdgWHW4O8Z+VvPvUuQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.5.tgz", + "integrity": "sha512-aG06dsgcVtiuHLJsIfwrDtvzNNJQ+Iqk8DQt1IeI6gG7ezmLaSdZkHEwA/DNrm5TtOahLcgGEo2SXqbFElVMQg==", "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", @@ -7081,9 +7081,9 @@ }, "dependencies": { "@actions/cache": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.4.tgz", - "integrity": "sha512-B6c8JNTcgMUcstwbCSCjgHrSxzJ5ABxX6Y1Q9lfe8lT08ZVrnUetEZfxYRCwTgAf/gHsjdgWHW4O8Z+VvPvUuQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-2.0.5.tgz", + "integrity": "sha512-aG06dsgcVtiuHLJsIfwrDtvzNNJQ+Iqk8DQt1IeI6gG7ezmLaSdZkHEwA/DNrm5TtOahLcgGEo2SXqbFElVMQg==", "requires": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.1", diff --git a/package.json b/package.json index f983630..32e7c46 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "license": "MIT", "dependencies": { - "@actions/cache": "2.0.4", + "@actions/cache": "2.0.5", "@actions/core": "1.8.2", "@actions/exec": "1.1.1", "@actions/github": "5.0.3",