Skip to content

Commit

Permalink
github: update workflow flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed Jan 9, 2025
1 parent 667e15a commit 96dba18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
token: ${{ secrets.PAT }}
submodules: recursive

- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
sdk: "3.4.0"
flutter-version: "3.27.1"

- uses: subosito/flutter-action@v2
- uses: dart-lang/setup-dart@v1
with:
flutter-version: "3.24.0"
sdk: "3.6.0"

- uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 96dba18

Please sign in to comment.