Skip to content

Commit

Permalink
fix: upgraded flutter-version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacan23 committed Feb 29, 2024
1 parent 977b11e commit faa31e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8' # Specify your Flutter version
flutter-version: '3.16.2' # Specify your Flutter version

- name: Run build_runner
run: |
Expand Down

0 comments on commit faa31e5

Please sign in to comment.