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