File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- java : [11, 17, 21]
18+ java : [17, 21]
1919 os : [ubuntu-latest]
2020 distribution : [temurin]
2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Setup JDK
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 distribution : ${{ matrix.distribution }}
3030 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ jobs:
1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Configure GIT
2121 run : |
2222 git config --global user.email "${{ secrets.GH_SITE_DEPLOY_EMAIL }}"
2323 git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}"
2424
2525 - name : Setup JDK
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 distribution : temurin
29- java-version : 11
29+ java-version : 17
3030 cache : maven
3131
3232 - name : Build, verify, deploy
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : ncipollo/release-action@v1
1717 with :
1818 body : ' Changes: https://devops.wcm.io/maven/plugins/eclipse-maven-plugin/changes.html'
You can’t perform that action at this time.
0 commit comments