From f32f83c2849c90bef557a823995924a86949eed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:32:53 +0000 Subject: [PATCH] fix(deps): update dependency @actions/cache to ^5.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66457b5..9bf16d8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Freckle", "license": "MIT", "dependencies": { - "@actions/cache": "^5.1.0", + "@actions/cache": "^5.2.0", "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/glob": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 20efe9f..e829191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/cache@^5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.1.0.tgz#737edc8ff72d7531f5ebb5e7d8c0c84a251b1973" - integrity sha512-kTIj4YPrjjRPKSGlj7f8eq+Pijoy/SKBEbJcAwNsQTFGEF29NGqj1mqD02/PmhV6r4bRAixycexAWpmUJ2aCwg== +"@actions/cache@^5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.2.0.tgz#90c733b5ac25ea79a41b880d1332d849346842f3" + integrity sha512-1R1Oc8cuDNCygsIP7gLiKLGCymOw/k5FkGQkXZFcLz6/RWyMImkfP0dZX6kjA9SRAmANcKNocI2XrsIaZ1it8w== dependencies: "@actions/core" "^2.0.0" "@actions/exec" "^2.0.0"