Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
otopba committed Aug 5, 2024
1 parent 6b6fd6d commit ee11592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'dev'
channel: 'stable'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .

Expand Down

0 comments on commit ee11592

Please sign in to comment.