File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : 17
19+ java-version : 21
2020 distribution : ' temurin'
2121 - name : Set up Maven
22- uses : stCarolas/setup-maven@v4.5
22+ uses : stCarolas/setup-maven@v5
2323 with :
24- maven-version : 3.9.2
24+ maven-version : 3.9.6
2525 - uses : actions/setup-node@v4
2626 with :
27- node-version : ' 18 '
27+ node-version : ' 20 '
2828 - name : Build with Maven
2929 run : mvn -B clean verify
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
5151 with :
5252 repository : ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
5353 ref : ${{ fromJSON(steps.get-pr.outputs.result).head.sha }} # or .head.ref for branch name
54- - name : Set up JDK 17
54+ - name : Set up JDK 21
5555 uses : actions/setup-java@v4
5656 with :
57- java-version : ' 17 '
57+ java-version : ' 21 '
5858 distribution : ' temurin'
5959 - name : Set up Maven
60- uses : stCarolas/setup-maven@v4.5
60+ uses : stCarolas/setup-maven@v5
6161 with :
62- maven-version : 3.9.2
62+ maven-version : 3.9.6
6363 - name : Cache local Maven repository
6464 uses : actions/cache@v4
6565 with :
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : 17
19+ java-version : 21
2020 distribution : ' temurin'
2121 - name : Set up Maven
22- uses : stCarolas/setup-maven@v4.5
22+ uses : stCarolas/setup-maven@v5
2323 with :
24- maven-version : 3.9.2
24+ maven-version : 3.9.6
2525 - uses : actions/setup-node@v4
2626 with :
27- node-version : ' 18 '
27+ node-version : ' 20 '
2828 - name : Build with Maven
2929 run : mvn -B clean verify
You can’t perform that action at this time.
0 commit comments