Skip to content

Commit

Permalink
3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Sep 23, 2024
1 parent a72ea72 commit d5ac3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.0'
flutter-version: '3.22.3'
channel: 'stable'
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'gradle'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.22.3'
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' # optional, change this to force refresh cache
Expand Down

0 comments on commit d5ac3a7

Please sign in to comment.