File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 2929
3030jobs :
3131 create-release :
32- runs-on : ubuntu -latest
32+ runs-on : macos -latest
3333 steps :
3434 - name : Checkout repository
3535 uses : actions/checkout@v3
@@ -77,10 +77,12 @@ jobs:
7777 git checkout -b release/${RELEASE_VERSION_WITHOUT_V}
7878 git push origin release/${RELEASE_VERSION_WITHOUT_V}
7979
80- - name : Set up JDK 1.8
81- uses : actions/setup-java@v1
80+ - name : Set up JDK
81+ uses : actions/setup-java@v4
8282 with :
83- java-version : ' 1.8'
83+ distribution : ' corretto'
84+ java-version : ' 8'
85+ architecture : ' x64'
8486
8587 - name : Set Maven project version, create tag
8688 run : |
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 deploy :
27- runs-on : ubuntu -latest
27+ runs-on : macos -latest
2828 steps :
2929 - name : Checkout repository
3030 uses : actions/checkout@v3
@@ -55,10 +55,12 @@ jobs:
5555 run : |
5656 git checkout ${{ github.event.inputs.tag-name }}
5757
58- - name : Set up JDK 1.8
59- uses : actions/setup-java@v1
58+ - name : Set up JDK
59+ uses : actions/setup-java@v4
6060 with :
61- java-version : ' 1.8'
61+ distribution : ' corretto'
62+ java-version : ' 8'
63+ architecture : ' x64'
6264
6365 - name : Import GPG keys
6466 run : |
You can’t perform that action at this time.
0 commit comments