File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
30
30
- name : Set up JDK
31
- uses : actions/setup-java@v2
31
+ uses : actions/setup-java@v3
32
32
with :
33
33
distribution : ' zulu'
34
34
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v2
26
+ uses : actions/setup-java@v3
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
- name : Set up JDK 11
21
- uses : actions/setup-java@v2
21
+ uses : actions/setup-java@v3
22
22
with :
23
23
distribution : ' zulu'
24
24
java-version : 11
You can’t perform that action at this time.
0 commit comments