Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 24, 2023
1 parent 4829102 commit cf9497f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.10.0'
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.10.0'
Expand Down

0 comments on commit cf9497f

Please sign in to comment.