Skip to content

Commit 888dab7

Browse files
authored
Update Flutter version to 3.41.6 in CI workflow
1 parent 0a08e36 commit 888dab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
java-version: 21
3737
- uses: subosito/flutter-action@v1
3838
with:
39-
flutter-version: '3.38.4'
39+
flutter-version: '3.41.6'
4040
- name: Create config file
4141
run: |
4242
echo 'class NetConfig { static const CLIENT_ID = "${{ secrets.CLIENT_ID }}"; static const CLIENT_SECRET = "${{ secrets.CLIENT_SECRET }}";}' > lib/common/config/ignoreConfig.dart
@@ -67,7 +67,7 @@ jobs:
6767
java-version: 21
6868
- uses: subosito/flutter-action@v1
6969
with:
70-
flutter-version: '3.38.4'
70+
flutter-version: '3.41.6'
7171
- name: Create config file
7272
run: |
7373
echo 'class NetConfig { static const CLIENT_ID = "${{ secrets.CLIENT_ID }}"; static const CLIENT_SECRET = "${{ secrets.CLIENT_SECRET }}";}' > lib/common/config/ignoreConfig.dart

0 commit comments

Comments
 (0)