From 2193d22af10144aa22537f958e064db1aea9f8de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:03:22 +0000 Subject: [PATCH] ci(deps): update actions/cache action to v6 --- .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 51e4fbe8..c2c346ae 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@v5 + uses: actions/cache@v6 with: path: | ${{ steps.setup-flutter.outputs.CACHE-PATH }}