update workflow flutter version
This commit is contained in:
2
.github/workflows/linux-web.yaml
vendored
2
.github/workflows/linux-web.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.38.7'
|
||||||
|
|
||||||
- name: disable analytics
|
- name: disable analytics
|
||||||
run: flutter config --no-analytics
|
run: flutter config --no-analytics
|
||||||
|
|||||||
2
.github/workflows/macos-ios.yaml
vendored
2
.github/workflows/macos-ios.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.38.7'
|
||||||
|
|
||||||
- name: disable analytics
|
- name: disable analytics
|
||||||
run: flutter config --no-analytics
|
run: flutter config --no-analytics
|
||||||
|
|||||||
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.24.1'
|
flutter-version: '3.38.7'
|
||||||
|
|
||||||
- name: disable analytics
|
- name: disable analytics
|
||||||
run: flutter config --no-analytics
|
run: flutter config --no-analytics
|
||||||
|
|||||||
Reference in New Issue
Block a user