Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 17, 2024
1 parent 938f631 commit 094606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest]
flutter: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: '11.x'
- uses: subosito/flutter-action@v2
with:
channel: ${{ matrix.flutter }}
Expand Down

0 comments on commit 094606b

Please sign in to comment.