Skip to content

Commit

Permalink
ci: upgrade flutter action
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Feb 27, 2023
1 parent c0b9fac commit 5148954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
env:
JAVA_VERSION: 12.x
FLUTTER_CHANNEL: stable
FLUTTER_VERSION: 3.0.3
FLUTTER_VERSION: 3.3.4

jobs:
lint:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: ${{ env.JAVA_VERSION }}
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: ${{ env.FLUTTER_CHANNEL }}
flutter-version: ${{ env.FLUTTER_VERSION }}
Expand Down

0 comments on commit 5148954

Please sign in to comment.