File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@v4
46
46
47
47
- name : Set up JDK 20
48
- uses : actions/setup-java@v3
48
+ uses : actions/setup-java@v4
49
49
with :
50
50
java-version : ' 20'
51
51
distribution : temurin
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : Set up JDK 20
30
- uses : actions/setup-java@v3
30
+ uses : actions/setup-java@v4
31
31
with :
32
32
java-version : ' 20'
33
33
distribution : temurin
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
19
19
- name : Set up JDK 20
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
java-version : 20
23
23
distribution : temurin # Alternative distribution options are available
You can’t perform that action at this time.
0 commit comments