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 18
18
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
19
19
fetch-depth : 0
20
20
- name : Set up JDK 1.8
21
- uses : actions/setup-java@v2.5.0
21
+ uses : actions/setup-java@v3
22
22
with :
23
23
distribution : ' adopt'
24
24
java-version : 8
33
33
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_EMAIL }}
34
34
ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME : ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_REQUESTER_NAME }}
35
35
- name : Set up JDK 11
36
- uses : actions/setup-java@v2.5.0
36
+ uses : actions/setup-java@v3
37
37
with :
38
38
distribution : ' adopt'
39
39
java-version : 11
Original file line number Diff line number Diff line change 18
18
# Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud
19
19
fetch-depth : 0
20
20
- name : Set up JDK 1.8
21
- uses : actions/setup-java@v2.5.0
21
+ uses : actions/setup-java@v3
22
22
with :
23
23
distribution : ' adopt'
24
24
java-version : 8
You can’t perform that action at this time.
0 commit comments