Skip to content

Commit

Permalink
ci(deps): update actions/cache action to v4 (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent 778a5e0 commit 8bfce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-app.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8bfce6d

Please sign in to comment.