Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Setup melos
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Setup melos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Install Melos
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
name: Setup flutter
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Setup melos
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Setup melos
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Setup melos
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
architecture: x64
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Download Build Artifact
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
flutter-version: "3.32.x"
flutter-version: "3.38.x"
channel: "stable"
cache: true
- name: Select XCode 16.4
Expand Down
Loading