Skip to content

Commit

Permalink
feat: upgrade actions flutter version to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Aug 22, 2024
1 parent ee593c1 commit 817186b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.x'
flutter-version: '3.24.x'
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/page.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.x'
flutter-version: '3.24.x'
channel: 'stable'
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
Expand Down

0 comments on commit 817186b

Please sign in to comment.