File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v5
4343
4444 - name : Setup Java JDK
45- uses : actions/setup-java@v4
45+ uses : actions/setup-java@v5
4646 with :
4747 distribution : ' temurin'
4848 java-version : 17
5959
6060 - if : matrix.language == 'java'
6161 name : Set up java 17
62- uses : actions/setup-java@v4
62+ uses : actions/setup-java@v5
6363 with :
6464 distribution : ' temurin'
6565 java-version : 17
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3030
3131 - name : Set up JDK 17
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3333 with :
3434 distribution : ' temurin'
3535 java-version : 17
Original file line number Diff line number Diff line change 4545 git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
4646
4747 - name : Setup Java
48- uses : actions/setup-java@v4 # Does also set up Maven and GPG
48+ uses : actions/setup-java@v5 # Does also set up Maven and GPG
4949 with :
5050 distribution : ' temurin' # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
5151 java-package : ' jdk'
You can’t perform that action at this time.
0 commit comments