From 25de4cca4e713ab08a9b5698ffd2f0e45a9e1be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:39:07 +0000 Subject: [PATCH] fix(deps): update dependency @actions/cache to ^5.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 60c1df3..40b6e74 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Freckle", "license": "MIT", "dependencies": { - "@actions/cache": "^5.0.5", + "@actions/cache": "^5.1.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 cd65e7e..57276c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/cache@^5.0.5": - version "5.0.5" - resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-5.0.5.tgz#e2489403fc9d8a346f0a2827fbf13574fe23e935" - integrity sha512-jiQSg0gfd+C2KPgcmdCOq7dCuCIQQWQ4b1YfGIRaaA9w7PJbRwTOcCz4LiFEUnqZGf0ha/8OKL3BeNwetHzYsQ== +"@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== dependencies: "@actions/core" "^2.0.0" "@actions/exec" "^2.0.0"