bump flutter version
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m13s
Pull Request Pipeline / lint (pull_request) Successful in 2m26s

This commit is contained in:
2026-05-11 18:55:51 +00:00
parent 424fa34cab
commit 2aed053c42

View File

@@ -32,11 +32,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.38.6
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get
- name: Build APK
@@ -58,11 +58,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.38.6
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get
- name: Run tests
@@ -118,11 +118,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.38.6
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get
- name: Generate oss_licenses.dart
@@ -161,11 +161,11 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.38.6
flutter-version: 3.41.0
- name: Get dependencies
run: |
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.38.6-x64
git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.41.0-x64
flutter pub get
- name: Check code format