From 8bfce6d0b7678c58c8671f31a3b7598494789274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:33:43 +1100 Subject: [PATCH] ci(deps): update actions/cache action to v4 (#292) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/example-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-app.yml b/.github/workflows/example-app.yml index 83d499b..5dced7a 100644 --- a/.github/workflows/example-app.yml +++ b/.github/workflows/example-app.yml @@ -36,7 +36,7 @@ jobs: cache-key: ${{ runner.os }}-flutter-${{ steps.fvm-config.outputs.FLUTTER_VERSION }}-${{ hashFiles('**/pubspec.lock') }} - name: Cache Pub 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ steps.setup-flutter.outputs.CACHE-PATH }}