Skip to content

Commit

Permalink
ci: uses latest Flutter SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 committed Feb 7, 2024
1 parent 3ed56d9 commit 0f8a0f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.0
flutter-version: 3.16.9
- name: Install melos
run: dart pub global activate melos 4.1.0
- name: Initialize melos
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.0
flutter-version: 3.16.9
- name: Install melos
run: dart pub global activate melos 4.1.0
- name: Install coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.0
flutter-version: 3.16.9
- name: Install melos
run: dart pub global activate melos 4.1.0
- name: Install coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.0
flutter-version: 3.16.9
- name: Install melos
run: dart pub global activate melos 4.1.0
- name: Initialize melos
Expand Down

0 comments on commit 0f8a0f7

Please sign in to comment.