From 47c21d9ad336784cd475953a71b33d2619a613a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:24:22 +0000 Subject: [PATCH] Bump @actions/cache from 1.0.4 to 1.0.5 Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 1.0.4 to 1.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) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c8c0ad36..e63f671d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "satackey <21271711+satackey@users.noreply.github.com>", "license": "MIT", "dependencies": { - "@actions/cache": "^1.0.4", + "@actions/cache": "^1.0.5", "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@types/recursive-readdir": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 0a3fd75f..7b93926a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/cache@^1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.4.tgz#8a867be9bdbd625dbf03bc72c082bf123a29b03a" - integrity sha512-1grYfbu8P6JDDHc40eOI5tQDRcAxMwq5HBWhaCqEg9o/ixDRZfwPHlQvQAop2ZzFCjF2ns0ENQOIBAH8GNn+zA== +"@actions/cache@^1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-1.0.5.tgz#ba98725d38611b5426fc57a2f00bd8b0d9202f36" + integrity sha512-TcvJOduwsPP27KLmIa5cqXsQYFK2GzILcEpnhvYmhGwi1aYx9XwhKmp6Im8X6DJMBxbvupKPsOntG6f6sSkIPA== dependencies: "@actions/core" "^1.2.6" "@actions/exec" "^1.0.1"