From 104bb643fe77aef830f1814b289a75f5ef74cad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 08:37:16 +0000 Subject: [PATCH] fix(deps): update dependency @actions/cache to ^4.1.0 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 991973d..2df356e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Freckle", "license": "MIT", "dependencies": { - "@actions/cache": "^4.0.3", + "@actions/cache": "^4.1.0", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.0", "@actions/glob": "^0.5.0", diff --git a/yarn.lock b/yarn.lock index dfe40a5..80bedfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -"@actions/cache@^4.0.3": +"@actions/cache@^4.1.0": version "4.1.0" resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-4.1.0.tgz#a6be2989959ec3ba7f9defd7f58e5f00665c66f1" integrity sha512-z3Opg+P4Y7baq+g1dODXgdtsvPLSewr3ZKpp3U0HQR1A/vWCoJFS52XSezjdngo4SIOdR5oHtyK3a3Arar+X9A==