Skip to content

Commit

Permalink
Merge pull request #21 from tanishq5414/master
Browse files Browse the repository at this point in the history
fix: flutter version
  • Loading branch information
tanishq5414 authored Jul 7, 2024
2 parents 0dc5933 + cf346e2 commit 211c005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v3
with:
flutter-version: 3.19.5
channel: "stable"
- run: flutter clean
- run: flutter pub get
Expand Down

0 comments on commit 211c005

Please sign in to comment.