File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3636 restore-keys : ${{ runner.os }}-m2
3737 - name : Set up JDK
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 distribution : ' corretto'
4141 java-version : ' 21'
Original file line number Diff line number Diff line change 3838 token : ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
3939
4040 - name : Set up JDK
41- uses : actions/setup-java@v4
41+ uses : actions/setup-java@v5
4242 with :
4343 distribution : ' corretto'
4444 java-version : ${{github.event.inputs.java-version}}
Original file line number Diff line number Diff line change 3333 token : ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
3434
3535 - name : Set up JDK
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 distribution : ' corretto'
3939 java-version : ' 21'
You can’t perform that action at this time.
0 commit comments