From b80cff85e6acf353336a9e383ac9ccaf32cfe072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 07:55:07 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 943a90e..2828a81 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,7 +48,7 @@ jobs: java-version: 17 - name: Cache Gradle and wrapper - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.gradle/caches