File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Setup JDK
19
- uses : actions/setup-java@v3
19
+ uses : actions/setup-java@v4
20
20
with :
21
- distribution : temurin
21
+ distribution : zulu
22
22
java-version : 8
23
23
24
24
- name : Build
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- name : Setup JDK
37
- uses : actions/setup-java@v3
37
+ uses : actions/setup-java@v4
38
38
with :
39
- distribution : temurin
39
+ distribution : zulu
40
40
java-version : 8
41
41
42
42
- name : Build
55
55
steps :
56
56
- uses : actions/checkout@v4
57
57
- name : Setup JDK
58
- uses : actions/setup-java@v3
58
+ uses : actions/setup-java@v4
59
59
with :
60
- distribution : temurin
60
+ distribution : zulu
61
61
java-version : 8
62
62
63
63
- name : Build
71
71
steps :
72
72
- uses : actions/checkout@v4
73
73
- name : Setup JDK
74
- uses : actions/setup-java@v3
74
+ uses : actions/setup-java@v4
75
75
with :
76
- distribution : temurin
76
+ distribution : zulu
77
77
java-version : 8
78
78
79
79
- name : Build
You can’t perform that action at this time.
0 commit comments