From 03852aab0e92507886adbb79816453e179bd6a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:54:38 +0000 Subject: [PATCH] dependency: Update actions/cache action to v5.1.0 --- .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 472fe993..d1f20c4a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -22,7 +22,7 @@ jobs: java-version: '17' distribution: 'temurin' - name: Cache Gradle - uses: actions/cache@v5.0.5 + uses: actions/cache@v5.1.0 with: path: ~/.gradle/caches key: >-