File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v3
21
21
- uses : actions/setup-java@v3
22
22
with :
23
- distribution : ' adopt '
24
- java-version : ' 11 '
23
+ distribution : ' zulu '
24
+ java-version : ' 17 '
25
25
- uses : subosito/flutter-action@v2
26
26
with :
27
27
channel : ' stable'
41
41
- uses : actions/checkout@v3
42
42
- uses : actions/setup-java@v3
43
43
with :
44
- distribution : ' adopt '
45
- java-version : ' 11 '
44
+ distribution : ' zulu '
45
+ java-version : ' 17 '
46
46
- uses : subosito/flutter-action@v2
47
47
with :
48
48
architecture : x64
63
63
- uses : actions/checkout@v3
64
64
- uses : actions/setup-java@v3
65
65
with :
66
- distribution : ' adopt '
67
- java-version : ' 11 '
66
+ distribution : ' zulu '
67
+ java-version : ' 17 '
68
68
- uses : subosito/flutter-action@v2
69
69
with :
70
70
channel : ' stable'
You can’t perform that action at this time.
0 commit comments