Skip to content

Commit

Permalink
chore: upgrade workflow flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Dec 20, 2024
1 parent 3b2c11b commit 22d15ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.8'
flutter-version: '3.27.0'
- name: Install dependencies
run: flutter pub get
- name: Run tests
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.8'
flutter-version: '3.27.0'
- name: Check Publish Warnings
run: dart pub publish --dry-run
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.8'
flutter-version: '3.27.0'
- name: Install dependencies
run: flutter pub get
- name: Run tests
Expand Down

0 comments on commit 22d15ac

Please sign in to comment.