From 8edfb975a85c4f155858a5dc4c9adc6c3ca81710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:16:21 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/gradle-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 45c81a2..5f7e955 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -28,7 +28,7 @@ jobs: - name: Cache Android SDK #id: cache-android-sdk - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.ANDROID_HOME }} key: ${{ runner.os }}-android-sdk