File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v5
1414
1515 - name : Setup JDK 11
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
1919 java-version : ' 11'
2828 uses : actions/checkout@v5
2929
3030 - name : Setup JDK 17
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ' temurin'
3434 java-version : ' 17'
Original file line number Diff line number Diff line change 2929 ref : ${{ inputs.ref }}
3030
3131 - name : Setup java
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3333 with :
3434 distribution : ' corretto'
3535 java-version : ' 21'
Original file line number Diff line number Diff line change 2727 token : ${{ secrets.GITHUB_TOKEN }}
2828
2929 - name : Setup JDK 11
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : ' temurin'
3333 java-version : ' 11'
Original file line number Diff line number Diff line change 1717 ref : ${{ inputs.branch }}
1818
1919 - name : Set Up JDK
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 distribution : ' temurin'
2323 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments