File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Setup Java 11 environment for the next steps
42
42
- name : Setup Java
43
- uses : actions/setup-java@v2
43
+ uses : actions/setup-java@v3
44
44
with :
45
45
distribution : zulu
46
46
java-version : 11
86
86
87
87
# Setup Java 11 environment for the next steps
88
88
- name : Setup Java
89
- uses : actions/setup-java@v2
89
+ uses : actions/setup-java@v3
90
90
with :
91
91
distribution : zulu
92
92
java-version : 11
@@ -149,7 +149,7 @@ jobs:
149
149
150
150
# Setup Java 11 environment for the next steps
151
151
- name : Setup Java
152
- uses : actions/setup-java@v2
152
+ uses : actions/setup-java@v3
153
153
with :
154
154
distribution : zulu
155
155
java-version : 11
Original file line number Diff line number Diff line change 16
16
17
17
# Setup Java 11 environment for the next steps
18
18
- name : Setup Java
19
- uses : actions/setup-java@v2
19
+ uses : actions/setup-java@v3
20
20
with :
21
21
distribution : zulu
22
22
java-version : 11
42
42
43
43
# Setup Java 11 environment for the next steps
44
44
- name : Setup Java
45
- uses : actions/setup-java@v2
45
+ uses : actions/setup-java@v3
46
46
with :
47
47
distribution : zulu
48
48
java-version : 11
You can’t perform that action at this time.
0 commit comments