Skip to content

Commit 877a884

Browse files
committed
ci: bump to 3.22.x
1 parent 380c4e3 commit 877a884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: subosito/flutter-action@v2
6262
with:
6363
channel: "stable"
64-
flutter-version: 3.19.x
64+
flutter-version: 3.22.x
6565
cache: ${{ inputs.flutter-cache }}
6666

6767
- name: Get dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: subosito/flutter-action@v2
3737
with:
3838
channel: "stable"
39-
flutter-version: 3.19.x
39+
flutter-version: 3.22.x
4040

4141
- name: Install dependencies
4242
run: npm install

.github/workflows/sync_crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: subosito/flutter-action@v2
2525
with:
2626
cache: true
27-
flutter-version: 3.19.x
27+
flutter-version: 3.22.x
2828

2929
- name: Sync translations from Crowdin
3030
uses: crowdin/github-action@v1

0 commit comments

Comments
 (0)