Skip to content

Commit b76d30c

Browse files
committed
wip: Update workflows
1 parent 2bbfab7 commit b76d30c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: subosito/flutter-action@v2
1515
with:
16-
flutter-version: "3.19.2"
16+
flutter-version: "3.24.5"
1717
channel: "stable"
1818
- run: |
1919
sudo apt-get update
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: subosito/flutter-action@v2
3232
with:
33-
flutter-version: "3.19.2"
33+
flutter-version: "3.24.5"
3434
channel: "stable"
3535
- uses: bluefireteam/melos-action@v3
3636
- working-directory: ./packages/tray_manager/example
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: subosito/flutter-action@v2
4545
with:
46-
flutter-version: "3.19.2"
46+
flutter-version: "3.24.5"
4747
channel: "stable"
4848
- uses: bluefireteam/melos-action@v3
4949
- working-directory: ./packages/tray_manager/example
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v3
5757
- uses: subosito/flutter-action@v2
5858
with:
59-
flutter-version: "3.19.2"
59+
flutter-version: "3.24.5"
6060
channel: "stable"
6161
- uses: bluefireteam/melos-action@v3
6262
- working-directory: ./packages/tray_manager/example

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: subosito/flutter-action@v2
1515
with:
16-
flutter-version: "3.19.2"
16+
flutter-version: "3.24.5"
1717
channel: "stable"
1818
- uses: bluefireteam/melos-action@v3
1919
- run: melos run analyze
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: subosito/flutter-action@v2
2626
with:
27-
flutter-version: "3.19.2"
27+
flutter-version: "3.24.5"
2828
channel: "stable"
2929
cache: true
3030
- uses: bluefireteam/melos-action@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: subosito/flutter-action@v2
1515
with:
16-
flutter-version: "3.19.2"
16+
flutter-version: "3.24.5"
1717
channel: "stable"
1818
cache: true
1919
- uses: bluefireteam/melos-action@v3

0 commit comments

Comments
 (0)