Skip to content

Commit 3c8fd74

Browse files
authored
Upgrade dart and flutter in publish action (#411)
1 parent 04d5c89 commit 3c8fd74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/leancode_analytics-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Set up Dart
2626
uses: dart-lang/setup-dart@v1
2727
with:
28-
sdk: 3.4
28+
sdk: 3.5
2929

3030
- name: Set up Flutter
3131
uses: subosito/flutter-action@v2
3232
with:
33-
flutter-version: 3.22.x
33+
flutter-version: 3.24.x
3434
cache: true
3535

3636
- name: Publish and release

0 commit comments

Comments
 (0)