Skip to content

Commit

Permalink
chore: update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 20, 2023
1 parent ee19d52 commit c31ba40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.10"
flutter-version: "3.10.1"
channel: "stable"
- uses: bluefireteam/melos-action@v2
- run: melos run analyze
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.3.10"
flutter-version: "3.10.1"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.3.10"
flutter-version: "3.10.1"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v2
Expand Down

0 comments on commit c31ba40

Please sign in to comment.