File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
steps :
65
65
- uses : actions/checkout@v4
66
66
67
- - uses : actions/setup-java@v3
67
+ - uses : actions/setup-java@v4
68
68
if : ${{ matrix.target == 'android' }}
69
69
with :
70
70
java-version : " 11"
Original file line number Diff line number Diff line change 69
69
steps :
70
70
- uses : actions/checkout@v4
71
71
72
- - uses : actions/setup-java@v3
72
+ - uses : actions/setup-java@v4
73
73
if : ${{ matrix.target == 'android' }}
74
74
with :
75
75
java-version : " 11"
Original file line number Diff line number Diff line change 35
35
- name : checkout
36
36
uses : actions/checkout@v4
37
37
38
- - uses : actions/setup-java@v3
38
+ - uses : actions/setup-java@v4
39
39
with :
40
40
distribution : " adopt"
41
41
java-version : " 11"
Original file line number Diff line number Diff line change 57
57
with :
58
58
flutter-version : ${{ steps.conf.outputs.flutter }}
59
59
60
- - uses : actions/setup-java@v3
60
+ - uses : actions/setup-java@v4
61
61
if : ${{ matrix.platform == 'android' }}
62
62
with :
63
63
java-version : " 11"
Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
31
- - uses : actions/setup-java@v3
31
+ - uses : actions/setup-java@v4
32
32
with :
33
33
distribution : " adopt"
34
34
java-version : " 11"
Original file line number Diff line number Diff line change 65
65
steps :
66
66
- uses : actions/checkout@v4
67
67
68
- - uses : actions/setup-java@v3
68
+ - uses : actions/setup-java@v4
69
69
if : ${{ matrix.target == 'android' }}
70
70
with :
71
71
java-version : " 11"
You can’t perform that action at this time.
0 commit comments