Skip to content

Commit

Permalink
Update subosito/flutter-action action to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 90cfaec commit 3a89729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stevia_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- uses: subosito/flutter-action@v2.10.0
- uses: subosito/flutter-action@v2.11.0
- run: flutter pub get
- run: flutter build appbundle --debug
- uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -59,7 +59,7 @@ jobs:
working-directory: stevia/example
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.10.0
- uses: subosito/flutter-action@v2.11.0
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stevia_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.10.0
- uses: subosito/flutter-action@v2.11.0
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze
Expand Down

0 comments on commit 3a89729

Please sign in to comment.