Skip to content

Commit 0f077ef

Browse files
committed
🤖 ci: Bump java tooling for build workflow
Changelog: ci
1 parent d04c066 commit 0f077ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flutter-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Setup Java
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'zulu'
22-
java-version: '11'
22+
java-version: '21'
2323

2424
- name: Setup Flutter
2525
uses: subosito/flutter-action@v2
2626
with:
27-
flutter-version: '3.10.0'
27+
flutter-version: '3.29.2'
2828
channel: 'stable'
2929

3030
- name: Get dependencies

0 commit comments

Comments
 (0)