Skip to content

Commit bd128f0

Browse files
committed
Fixing CI
1 parent 37cd357 commit bd128f0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
with:
2828
distribution: 'temurin'
2929
java-version: '17'
30-
- uses: subosito/flutter-action@v2
30+
- name: Setup Flutter SDK
31+
uses: flutter-actions/setup-flutter@v3
3132
with:
32-
flutter-version: '3.10.0'
33-
channel: 'stable'
33+
channel: stable
34+
version: 3.22.0
3435
- name: Create dummy API keys
3536
run: |
3637
touch keys/server.key
@@ -66,10 +67,11 @@ jobs:
6667

6768
steps:
6869
- uses: actions/checkout@v4
69-
- uses: subosito/flutter-action@v2
70+
- name: Setup Flutter SDK
71+
uses: flutter-actions/setup-flutter@v3
7072
with:
71-
flutter-version: '3.10.0'
72-
channel: 'stable'
73+
channel: stable
74+
version: 3.22.0
7375
- name: Create dummy API keys
7476
run: |
7577
touch keys/gaccount.json

0 commit comments

Comments
 (0)