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 34
34
- x86_64-unknown-linux-gnu
35
35
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v3
38
38
- name : Run tests
39
39
run : |
40
40
rustup default ${{ matrix.rust }}
55
55
- x86_64-unknown-linux-musl
56
56
57
57
steps :
58
- - uses : actions/checkout@v2
58
+ - uses : actions/checkout@v3
59
59
- name : Run tests
60
60
run : |
61
61
rustup default ${{ matrix.rust }}
75
75
- x86_64-apple-darwin
76
76
77
77
steps :
78
- - uses : actions/checkout@v2
78
+ - uses : actions/checkout@v3
79
79
- name : Run tests
80
80
run : |
81
81
rustup default ${{ matrix.rust }}
96
96
- x86_64-pc-windows-msvc
97
97
98
98
steps :
99
- - uses : actions/checkout@v2
99
+ - uses : actions/checkout@v3
100
100
- name : Run tests
101
101
run : |
102
102
rustup default ${{ matrix.rust }}
@@ -143,7 +143,7 @@ jobs:
143
143
- aarch64-apple-ios-sim
144
144
- aarch64-apple-darwin
145
145
steps :
146
- - uses : actions/checkout@v2
146
+ - uses : actions/checkout@v3
147
147
- name : Run build
148
148
run : |
149
149
rustup default ${{ matrix.rust }}
@@ -154,7 +154,7 @@ jobs:
154
154
runs-on : ubuntu-latest
155
155
156
156
steps :
157
- - uses : actions/checkout@v2
157
+ - uses : actions/checkout@v3
158
158
- name : Test Cgroup
159
159
run : |
160
160
docker build -f ci/cgroups/Dockerfile -t num-cpus-cgroups .
You can’t perform that action at this time.
0 commit comments