Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alann-maulana committed May 7, 2023
1 parent c196a32 commit 3e4b5ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.0.0'
flutter-version: '3.7.8'
channel: 'stable'
- name: Generate coverage report
run: flutter test --coverage --coverage-path ./coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.0.0'
flutter-version: '3.7.8'
channel: 'stable'
- run: flutter packages get
- run: flutter format --set-exit-if-changed .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub-publish-test.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.0.0'
flutter-version: '3.7.8'
channel: 'stable'
- name: Documenting package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub-publish.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.0.0'
flutter-version: '3.7.8'
channel: 'stable'
- name: Documenting package
run: |
Expand Down

0 comments on commit 3e4b5ed

Please sign in to comment.