File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
1717 - { name: "Docker 18.06.3", dockerVersion: "18.06.3~ce~3-0~ubuntu", javaVersion: 8 }
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - name : Set up JDK
22- uses : actions/setup-java@v1
22+ uses : actions/setup-java@v3
2323 with :
2424 java-version : ${{matrix.javaVersion}}
25+ distribution : temurin
2526 - name : Configure Docker
2627 env :
2728 DOCKER_VERSION : ${{matrix.dockerVersion}}
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ jobs:
1010 build :
1111 runs-on : ubuntu-18.04
1212 steps :
13- - uses : actions/checkout@v1
13+ - uses : actions/checkout@v3
1414 - name : Set up JDK 8
15- uses : actions/setup-java@v1
15+ uses : actions/setup-java@v3
1616 with :
1717 java-version : 8
18+ distribution : temurin
1819 - name : Set version
1920 run : ./mvnw versions:set -DnewVersion="${{github.event.release.tag_name}}"
2021 # TODO check main's CI status
You can’t perform that action at this time.
0 commit comments