Update Flutter build version

This commit is contained in:
Hillel Coren 2022-04-04 14:05:36 +03:00
parent 8f9a2c3400
commit 424f8cd916
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
flutter-version: '2.10.3' flutter-version: '2.10.4'
#channel: 'stable' #channel: 'stable'
- name: Install Sentry - name: Install Sentry
run: | run: |
@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
flutter-version: '2.10.3' flutter-version: '2.10.4'
#channel: 'stable' #channel: 'stable'
- name: Setup Flutter - name: Setup Flutter
run: | run: |