From f8e4bf511a492404edce101a71c8df4e00cd4a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:58:27 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/flutter-build-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build-android.yml b/.github/workflows/flutter-build-android.yml index 08d405d..76221d9 100644 --- a/.github/workflows/flutter-build-android.yml +++ b/.github/workflows/flutter-build-android.yml @@ -23,7 +23,7 @@ jobs: java-version: '11' - name: Cache gradle, wrapper and buildSrc - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.gradle/caches