Skip to content

Commit

Permalink
wip: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 22, 2024
1 parent 2bbfab7 commit b76d30c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
- run: |
sudo apt-get update
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/tray_manager/example
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/tray_manager/example
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/tray_manager/example
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
- uses: bluefireteam/melos-action@v3
- run: melos run analyze
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.2"
flutter-version: "3.24.5"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v3
Expand Down

0 comments on commit b76d30c

Please sign in to comment.