File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
test-core :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Setup environment
18
18
run : bash ./ci-setup.sh
19
19
- name : Test
22
22
test-alloc :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- name : Setup environment
27
27
run : bash ./ci-setup.sh
28
28
- name : Test
31
31
test-std :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Setup environment
36
36
run : bash ./ci-setup.sh
37
37
- name : Test
40
40
test-simd :
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- name : Setup environment
45
45
run : bash ./ci-setup.sh
46
46
- name : Test
49
49
test-stdarch :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Setup environment
54
54
run : bash ./ci-setup.sh
55
55
- name : Test
79
79
needs : [success]
80
80
if : github.event_name == 'schedule'
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
- name : setup bot git name and email
84
84
run : |
85
85
git config --global user.name 'The Miri Conjob Bot'
You can’t perform that action at this time.
0 commit comments