25
25
with :
26
26
java-version : " 17"
27
27
distribution : " temurin"
28
- - uses : subosito/flutter-action@v2.18 .0
28
+ - uses : subosito/flutter-action@v2.19 .0
29
29
with :
30
30
flutter-version-file : app/pubspec.yaml
31
31
- name : 📦 Get dependencies
@@ -106,7 +106,7 @@ jobs:
106
106
run : |
107
107
choco install yq
108
108
choco install innosetup
109
- - uses : subosito/flutter-action@v2.18 .0
109
+ - uses : subosito/flutter-action@v2.19 .0
110
110
with :
111
111
flutter-version-file : app/pubspec.yaml
112
112
- name : ✅ Enable platforms
@@ -197,7 +197,7 @@ jobs:
197
197
libsecret-1-dev \
198
198
libjsoncpp-dev \
199
199
rpm
200
- - uses : subosito/flutter-action@v2.18 .0
200
+ - uses : subosito/flutter-action@v2.19 .0
201
201
with :
202
202
flutter-version-file : app/pubspec.yaml
203
203
channel : ' master'
@@ -333,7 +333,7 @@ jobs:
333
333
alien \
334
334
libsecret-1-dev \
335
335
libjsoncpp-dev
336
- - uses : subosito/flutter-action@v2.18 .0
336
+ - uses : subosito/flutter-action@v2.19 .0
337
337
with :
338
338
flutter-version-file : app/pubspec.yaml
339
339
channel : ' master'
@@ -405,7 +405,7 @@ jobs:
405
405
steps :
406
406
- name : ⬆️ Checkout
407
407
uses : actions/checkout@v4
408
- - uses : subosito/flutter-action@v2.18 .0
408
+ - uses : subosito/flutter-action@v2.19 .0
409
409
with :
410
410
flutter-version-file : app/pubspec.yaml
411
411
- uses : actions/setup-python@v5
@@ -464,7 +464,7 @@ jobs:
464
464
steps :
465
465
- name : ⬆️ Checkout
466
466
uses : actions/checkout@v4
467
- - uses : subosito/flutter-action@v2.18 .0
467
+ - uses : subosito/flutter-action@v2.19 .0
468
468
with :
469
469
flutter-version-file : app/pubspec.yaml
470
470
- name : 📦 Get dependencies
@@ -544,7 +544,7 @@ jobs:
544
544
- name : Install yq
545
545
if : ${{ matrix.os.name == 'windows-2025' }}
546
546
run : choco install yq
547
- - uses : subosito/flutter-action@v2.18 .0
547
+ - uses : subosito/flutter-action@v2.19 .0
548
548
with :
549
549
flutter-version-file : app/pubspec.yaml
550
550
channel : ' master'
@@ -861,7 +861,7 @@ jobs:
861
861
with :
862
862
java-version : " 17"
863
863
distribution : " temurin"
864
- - uses : subosito/flutter-action@v2.18 .0
864
+ - uses : subosito/flutter-action@v2.19 .0
865
865
with :
866
866
flutter-version-file : app/pubspec.yaml
867
867
- name : Build nessesary files
@@ -877,7 +877,7 @@ jobs:
877
877
- name : Setup Fastlane
878
878
uses : ruby/setup-ruby@v1
879
879
with :
880
- ruby-version : " 3.3.7 "
880
+ ruby-version : " 3.4.2 "
881
881
bundler-cache : true
882
882
working-directory : app/android
883
883
- name : 🚀 Deploy to Play Store
0 commit comments