File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
timeout-minutes : 10
15
15
steps :
16
16
- name : Checkout current branch
17
- uses : actions/checkout@v3.0 .2
17
+ uses : actions/checkout@v3.5 .2
18
18
- name : Setup Java
19
19
uses : actions/setup-java@v3.1.1
20
20
with :
36
36
scala : ["2.12.17", "2.13.10", "3.2.2"]
37
37
steps :
38
38
- name : Checkout current branch
39
- uses : actions/checkout@v3.0 .2
39
+ uses : actions/checkout@v3.5 .2
40
40
- name : Setup Java
41
41
uses : actions/setup-java@v3.1.1
42
42
with :
53
53
timeout-minutes : 10
54
54
steps :
55
55
- name : Checkout current branch
56
- uses : actions/checkout@v3.0 .2
56
+ uses : actions/checkout@v3.5 .2
57
57
- name : Setup Java
58
58
uses : actions/setup-java@v3.1.1
59
59
with :
70
70
timeout-minutes : 10
71
71
steps :
72
72
- name : Checkout current branch
73
- uses : actions/checkout@v3.3.0
73
+ uses : actions/checkout@v3.5.2
74
74
- name : Setup Java
75
75
uses : actions/setup-java@v3.9.0
76
76
with :
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@v3.0 .2
14
+ uses : actions/checkout@v3.5 .2
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Setup Java
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout current branch
13
- uses : actions/checkout@v3.0 .2
13
+ uses : actions/checkout@v3.5 .2
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