File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
timeout-minutes : 10
12
12
steps :
13
13
- name : Checkout current branch
14
- uses : actions/checkout@v4.3 .0
14
+ uses : actions/checkout@v5.0 .0
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Set up Java
35
35
scala : [ "2.12.20", "2.13.16", "3.7.0" ]
36
36
steps :
37
37
- name : Checkout current branch
38
- uses : actions/checkout@v4.3 .0
38
+ uses : actions/checkout@v5.0 .0
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Set up Java
54
54
timeout-minutes : 10
55
55
steps :
56
56
- name : Checkout current branch
57
- uses : actions/checkout@v4.3 .0
57
+ uses : actions/checkout@v5.0 .0
58
58
- name : Setup Java
59
59
60
60
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-24.04
11
11
steps :
12
12
- name : Checkout current branch
13
- uses : actions/checkout@v4.3 .0
13
+ uses : actions/checkout@v5.0 .0
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Setup Java
You can’t perform that action at this time.
0 commit comments