Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocolicious authored Jul 17, 2024
1 parent 0b17b5b commit 8f3ea46
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 @@ -16,7 +16,7 @@ jobs:
# Setting up the Flutter SDK
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
flutter-version: '3.22.2'

- name: Install dependencies
run: flutter pub get
Expand All @@ -43,4 +43,4 @@ jobs:
publish: true
pubdev_token: ${{ secrets.PUBDEV_TOKEN }}
sdk: flutter
flutter-sdk: '3.13.8'
flutter-sdk: '3.22.2'

0 comments on commit 8f3ea46

Please sign in to comment.