Skip to content

Commit

Permalink
chore: bump actions/cache from 3 to 4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 72ad5b1 commit 7532584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
channel: 'stable'
cache: true
- name: Cache FVM & Flutter
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/fvm/versions/
key: ${{ runner.os }}-${{ hashFiles('**/fvm_config.json') }}
- name: Cache pub cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/.pub-cache/
key: ${{ runner.os }}-pub-cache
Expand Down

0 comments on commit 7532584

Please sign in to comment.