From f68753b7a8f58f2f1d48495affee239aacea7253 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:35:48 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index ffca9c4..cc9890e 100644 --- a/action.yaml +++ b/action.yaml @@ -66,7 +66,7 @@ runs: using: composite steps: # Cache Gradle dependencies to speed up builds - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches