File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
1919 fetch-depth : 0
2020 - name : Set up JDK 11
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : 11
3333 ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL }}
3434 ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME }}
3535 - name : Set up JDK 17
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 distribution : ' temurin'
3939 java-version : 17
Original file line number Diff line number Diff line change 1818 # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
1919 fetch-depth : 0
2020 - name : Set up JDK 11
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : 11
You can’t perform that action at this time.
0 commit comments