From a9d010e4d24578a07773403858113b46dcff6ad6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:35:58 +0000 Subject: [PATCH] Update actions/cache action to v6.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 dcf1351..6f9834b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: ~/.gradle key: ${{ runner.os }}-gradle