File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 16
16
name : Check
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - name : Checkout sources
20
- uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
21
20
22
21
- name : Install stable toolchain
23
22
uses : actions-rs/toolchain@v1
35
34
name : Test Suite
36
35
runs-on : ubuntu-latest
37
36
steps :
38
- - name : Checkout sources
39
- uses : actions/checkout@v2
37
+ - uses : actions/checkout@v4
40
38
41
39
- name : Install stable toolchain
42
40
uses : actions-rs/toolchain@v1
54
52
name : Test Suite (unstable)
55
53
runs-on : ubuntu-latest
56
54
steps :
57
- - name : Checkout sources
58
- uses : actions/checkout@v2
55
+ - uses : actions/checkout@v4
59
56
60
57
- name : Install nightly toolchain
61
58
uses : actions-rs/toolchain@v1
74
71
name : Test Suite (very_unstable)
75
72
runs-on : ubuntu-latest
76
73
steps :
77
- - name : Checkout sources
78
- uses : actions/checkout@v2
74
+ - uses : actions/checkout@v4
79
75
80
76
- name : Install nightly toolchain
81
77
uses : actions-rs/toolchain@v1
95
91
name : Lints
96
92
runs-on : ubuntu-latest
97
93
steps :
98
- - name : Checkout sources
99
- uses : actions/checkout@v2
94
+ - uses : actions/checkout@v4
100
95
101
96
- name : Install stable toolchain
102
97
uses : actions-rs/toolchain@v1
You can’t perform that action at this time.
0 commit comments