File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 path : badges
2525
2626 - name : Set up JDK 11
27- uses : actions/setup-java@v2
27+ uses : actions/setup-java@v3
2828 with :
2929 distribution : ' adopt'
3030 java-version : ' 11'
Original file line number Diff line number Diff line change 2626 path : gh-pages
2727
2828 - name : Set up JDK 11
29- uses : actions/setup-java@v2
29+ uses : actions/setup-java@v3
3030 with :
3131 distribution : ' adopt'
3232 java-version : ' 11'
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020
2121 - name : Set up JDK 11 for deploy to github packages
22- uses : actions/setup-java@v2
22+ uses : actions/setup-java@v3
2323 with :
2424 distribution : ' adopt'
2525 java-version : ' 11'
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020 - name : Set up JDK 11
21- uses : actions/setup-java@v2
21+ uses : actions/setup-java@v3
2222 with :
2323 distribution : ' adopt'
2424 java-version : ' 11'
Original file line number Diff line number Diff line change 2020 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
2121
2222 - name : Set up JDK 11 for deploy to OSSRH
23- uses : actions/setup-java@v2
23+ uses : actions/setup-java@v3
2424 with :
2525 distribution : ' adopt'
2626 java-version : ' 11'
4444 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
4545
4646 - name : Set up JDK 11 for deploy to github packages
47- uses : actions/setup-java@v2
47+ uses : actions/setup-java@v3
4848 with :
4949 distribution : ' adopt'
5050 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments