File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v3
17
17
18
18
- name : Setup Java
19
- uses : actions/setup-java@v3.8 .0
19
+ uses : actions/setup-java@v3.9 .0
20
20
with :
21
21
java-version : 11
22
22
distribution : ' adopt'
40
40
uses : actions/checkout@v3
41
41
42
42
- name : Set up JDK
43
- uses : actions/setup-java@v3.8 .0
43
+ uses : actions/setup-java@v3.9 .0
44
44
with :
45
45
java-version : 11
46
46
distribution : ' adopt'
77
77
uses : actions/checkout@v3
78
78
79
79
- name : Configure JDK
80
- uses : actions/setup-java@v3.8 .0
80
+ uses : actions/setup-java@v3.9 .0
81
81
with :
82
82
java-version : 11
83
83
distribution : ' adopt'
Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@v3
14
14
15
15
- name : Configure JDK
16
- uses : actions/setup-java@v3.8 .0
16
+ uses : actions/setup-java@v3.9 .0
17
17
with :
18
18
java-version : 11
19
19
distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments