File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 42
42
43
43
# Set up Java environment for the next steps
44
44
- name : Setup Java
45
- uses : actions/setup-java@v3
45
+ uses : actions/setup-java@v4
46
46
with :
47
47
distribution : zulu
48
48
java-version : 17
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Set up Java environment for the next steps
108
108
- name : Setup Java
109
- uses : actions/setup-java@v3
109
+ uses : actions/setup-java@v4
110
110
with :
111
111
distribution : zulu
112
112
java-version : 17
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
# Set up Java environment for the next steps
161
161
- name : Setup Java
162
- uses : actions/setup-java@v3
162
+ uses : actions/setup-java@v4
163
163
with :
164
164
distribution : zulu
165
165
java-version : 17
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
# Set up Java environment for the next steps
192
192
- name : Setup Java
193
- uses : actions/setup-java@v3
193
+ uses : actions/setup-java@v4
194
194
with :
195
195
distribution : zulu
196
196
java-version : 17
@@ -237,7 +237,7 @@ jobs:
237
237
238
238
# Set up Java environment for the next steps
239
239
- name : Setup Java
240
- uses : actions/setup-java@v3
240
+ uses : actions/setup-java@v4
241
241
with :
242
242
distribution : zulu
243
243
java-version : 17
Original file line number Diff line number Diff line change 26
26
27
27
# Set up Java environment for the next steps
28
28
- name : Setup Java
29
- uses : actions/setup-java@v3
29
+ uses : actions/setup-java@v4
30
30
with :
31
31
distribution : zulu
32
32
java-version : 17
Original file line number Diff line number Diff line change 37
37
38
38
# Set up Java environment for the next steps
39
39
- name : Setup Java
40
- uses : actions/setup-java@v3
40
+ uses : actions/setup-java@v4
41
41
with :
42
42
distribution : zulu
43
43
java-version : 17
You can’t perform that action at this time.
0 commit comments