File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
profile : minimal
24
24
components : rustfmt, clippy
25
25
default : true
26
- - uses : Swatinem/rust-cache@v1
26
+ - uses : Swatinem/rust-cache@v2
27
27
continue-on-error : true
28
28
- run : ./x.py check
29
29
@@ -111,7 +111,7 @@ jobs:
111
111
toolchain : 1.48.0
112
112
profile : minimal
113
113
default : true
114
- - uses : Swatinem/rust-cache@v1
114
+ - uses : Swatinem/rust-cache@v2
115
115
with :
116
116
working-directory : examples/simple
117
117
continue-on-error : true
@@ -165,7 +165,7 @@ jobs:
165
165
toolchain : stable
166
166
profile : minimal
167
167
default : true
168
- - uses : Swatinem/rust-cache@v1
168
+ - uses : Swatinem/rust-cache@v2
169
169
continue-on-error : true
170
170
- name : Test examples
171
171
run : |
@@ -185,7 +185,7 @@ jobs:
185
185
architecture : x64
186
186
- name : Install numpy
187
187
run : pip install numpy
188
- - uses : Swatinem/rust-cache@v1
188
+ - uses : Swatinem/rust-cache@v2
189
189
continue-on-error : true
190
190
- uses : actions-rs/toolchain@v1
191
191
with :
You can’t perform that action at this time.
0 commit comments