Skip to content

Commit

Permalink
chore: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 2, 2024
1 parent 8c5a2d2 commit 655a68a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/hotkey_manager/example
run: |
melos bs
Expand All @@ -27,9 +27,9 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/hotkey_manager/example
run: |
melos bs
Expand All @@ -41,9 +41,9 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/hotkey_manager/example
run: |
melos bs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- run: melos run analyze

format:
Expand All @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- run: melos run format-check
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.19.2"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
- uses: bluefireteam/melos-action@v3
- run: melos run test --no-select

0 comments on commit 655a68a

Please sign in to comment.