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 13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up JDK 11
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v5
17
17
with :
18
18
java-version : 11
19
19
distribution : ' zulu'
46
46
gpg --list-secret-keys --keyid-format LONG
47
47
48
48
- name : Set up Maven Central Repository
49
- uses : actions/setup-java@v3
49
+ uses : actions/setup-java@v5
50
50
with :
51
51
java-version : 11
52
52
distribution : ' zulu'
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@v4
31
+ uses : actions/setup-java@v5
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@v4
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v4
26
+ uses : actions/setup-java@v5
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments