File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Checkout
13
13
uses : actions/checkout@v2
14
14
- name : Setup java
15
- uses : actions/setup-java@v2
15
+ uses : actions/setup-java@v3
16
16
with :
17
17
java-version : ${{ matrix.java }}
18
18
distribution : ' adopt'
Original file line number Diff line number Diff line change 7
7
- name : Checkout
8
8
uses : actions/checkout@v2
9
9
- name : Setup java
10
- uses : actions/setup-java@v2
10
+ uses : actions/setup-java@v3
11
11
with :
12
12
java-version : ' 8'
13
13
distribution : ' adopt'
21
21
- name : Checkout
22
22
uses : actions/checkout@v2
23
23
- name : Setup Maven Central
24
- uses : actions/setup-java@v2
24
+ uses : actions/setup-java@v3
25
25
with :
26
26
java-version : ' 8'
27
27
distribution : ' adopt'
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Setup java
13
- uses : actions/setup-java@v2
13
+ uses : actions/setup-java@v3
14
14
with :
15
15
java-version : ' 8'
16
16
distribution : ' adopt'
24
24
- name : Checkout
25
25
uses : actions/checkout@v2
26
26
- name : Setup Maven Central
27
- uses : actions/setup-java@v2
27
+ uses : actions/setup-java@v3
28
28
with :
29
29
java-version : ' 8'
30
30
distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments