Skip to content

Commit

Permalink
chore: update flutter version in build config
Browse files Browse the repository at this point in the history
  • Loading branch information
LacticWhale authored May 31, 2024
1 parent b513bc1 commit 2497f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- uses: "actions/setup-java@v2"
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- uses: "subosito/flutter-action@v2"
with:
flutter-version: '3.3.8'
flutter-version: '3.19.6'

- id: decode_keystore
uses: "timheuer/[email protected]"
Expand Down

0 comments on commit 2497f6c

Please sign in to comment.