diff --git a/.github/workflows/example-app.yml b/.github/workflows/example-app.yml index 51e4fbe..c2c346a 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 }}