File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
restore-keys : |
28
28
${{ runner.os }}-maven-
29
29
- name : Set up Java and Maven
30
- uses : actions/setup-java@v2.2 .0
30
+ uses : actions/setup-java@v2.3 .0
31
31
with :
32
32
distribution : ${{ matrix.distribution }}
33
33
java-version : ${{ matrix.java }}
47
47
steps :
48
48
- uses : actions/checkout@v2
49
49
- name : Set up Java and Maven
50
- uses : actions/setup-java@v2.2 .0
50
+ uses : actions/setup-java@v2.3 .0
51
51
with :
52
52
distribution : adopt
53
53
java-version : 11
Original file line number Diff line number Diff line change 27
27
restore-keys : |
28
28
${{ runner.os }}-maven-
29
29
- name : Set up Java and Maven
30
- uses : actions/setup-java@v2.2 .0
30
+ uses : actions/setup-java@v2.3 .0
31
31
with :
32
32
distribution : ${{ matrix.distribution }}
33
33
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- name : Set up Java and Maven
13
- uses : actions/setup-java@v2.2 .0
13
+ uses : actions/setup-java@v2.3 .0
14
14
with :
15
15
java-version : 11
16
16
distribution : adopt
34
34
steps :
35
35
- uses : actions/checkout@v2
36
36
- name : Set up Java and Maven
37
- uses : actions/setup-java@v2.2 .0
37
+ uses : actions/setup-java@v2.3 .0
38
38
with :
39
39
java-version : 11
40
40
distribution : adopt
You can’t perform that action at this time.
0 commit comments