From 94c65044651b74f7a11da8def018a97e20b443e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 02:31:15 +0000 Subject: [PATCH] Update actions/cache action to v3.4.2 --- .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 14c4f40..3d2db22 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,7 +35,7 @@ jobs: java-version: '17' distribution: 'adopt' - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.4.2 with: path: | ~/.gradle/caches