Skip to content

Commit

Permalink
feat: action cache version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Jun 25, 2023
1 parent f271c26 commit 39599bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Cache Flutter
uses: actions/cache@v2
env:
cache-name: cache-flutter
cache-name: cache-flutter-v3
with:
# Flutter cache files are stored in `~/.flutter` on Linux/macOS
path: /opt/hostedtoolcache/flutter
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.2'
flutter-version: '3.10.5'
channel: 'stable'

- name: Get platform interface dependencies
Expand Down

0 comments on commit 39599bc

Please sign in to comment.