From bdda58f61125a36c68e3b8291b9dbf75764e43cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:44:19 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9957d5f..886c15b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/actions/cache - name: Cache Gradle - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.0 with: path: | ~/.gradle/caches