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 22
22
- name : Checkout the repo
23
23
uses : actions/checkout@v5
24
24
25
- - uses : actions/setup-java@v4
25
+ - uses : actions/setup-java@v5
26
26
with :
27
27
distribution : ' zulu'
28
28
java-version : |
96
96
with :
97
97
fetch-depth : 100
98
98
99
- - uses : actions/setup-java@v4
99
+ - uses : actions/setup-java@v5
100
100
with :
101
101
distribution : ' zulu'
102
102
java-version : |
Original file line number Diff line number Diff line change 13
13
- name : ' Checkout Repository'
14
14
uses : actions/checkout@v5
15
15
16
- - uses : actions/setup-java@v4
16
+ - uses : actions/setup-java@v5
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : |
Original file line number Diff line number Diff line change 35
35
- name : Setup Pages
36
36
uses : actions/configure-pages@v5
37
37
38
- - uses : actions/setup-java@v4
38
+ - uses : actions/setup-java@v5
39
39
with :
40
40
distribution : ' zulu'
41
41
java-version : |
You can’t perform that action at this time.
0 commit comments