From 74b5d9bf26d26a660e15962c25b379b3d97c833f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:22:03 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e9fbb2..7c36d9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn