Skip to content

Commit

Permalink
Fix: use flutter action version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Aug 14, 2024
1 parent b8c7bb9 commit 62260b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: '12.x'
distribution: 'adopt'
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
Expand Down

0 comments on commit 62260b5

Please sign in to comment.