File tree 2 files changed +6
-4
lines changed
Filter options
2 files changed +6
-4
lines changed
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
17
17
- { name: "Docker 18.06.3", dockerVersion: "18.06.3~ce~3-0~ubuntu", javaVersion: 8 }
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v1
22
+ uses : actions/setup-java@v3
23
23
with :
24
24
java-version : ${{matrix.javaVersion}}
25
+ distribution : temurin
25
26
- name : Configure Docker
26
27
env :
27
28
DOCKER_VERSION : ${{matrix.dockerVersion}}
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-18.04
12
12
steps :
13
- - uses : actions/checkout@v1
13
+ - uses : actions/checkout@v3
14
14
- name : Set up JDK 8
15
- uses : actions/setup-java@v1
15
+ uses : actions/setup-java@v3
16
16
with :
17
17
java-version : 8
18
+ distribution : temurin
18
19
- name : Set version
19
20
run : ./mvnw versions:set -DnewVersion="${{github.event.release.tag_name}}"
20
21
# TODO check main's CI status
You can’t perform that action at this time.
0 commit comments