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@v4.1.6
17
+ uses : actions/checkout@v4.1.7
18
18
- name : Setup Java
19
19
uses : actions/setup-java@v4.2.1
20
20
with :
36
36
scala : ["2.12.19", "2.13.14", "3.3.1"]
37
37
steps :
38
38
- name : Checkout current branch
39
- uses : actions/checkout@v4.1.6
39
+ uses : actions/checkout@v4.1.7
40
40
- name : Setup Java
41
41
uses : actions/setup-java@v4.2.1
42
42
with :
53
53
timeout-minutes : 10
54
54
steps :
55
55
- name : Checkout current branch
56
- uses : actions/checkout@v4.1.6
56
+ uses : actions/checkout@v4.1.7
57
57
- name : Setup Java
58
58
uses : actions/setup-java@v4.2.1
59
59
with :
70
70
timeout-minutes : 10
71
71
steps :
72
72
- name : Checkout current branch
73
- uses : actions/checkout@v4.1.6
73
+ uses : actions/checkout@v4.1.7
74
74
- name : Setup Java
75
75
uses : actions/setup-java@v4.2.1
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@v4.1.6
14
+ uses : actions/checkout@v4.1.7
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@v4.1.6
13
+ uses : actions/checkout@v4.1.7
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