File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
- run : cargo fmt --all -- --check
28
28
-
uses :
actions-rs/[email protected]
29
29
with :
30
- crate : cargo-sort-ck
30
+ crate : cargo-sort
31
31
version : latest
32
- - run : cargo- sort-ck
32
+ - run : cargo sort --check
33
33
- name : Cancel workflow
34
34
if : failure()
35
- uses : andymckay/cancel-action@0.2
35
+ uses : andymckay/cancel-action@0.3
36
36
clippy :
37
37
name : Clippy
38
38
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 22
22
profile : minimal
23
23
toolchain : ${{ matrix.toolchain }}
24
24
override : true
25
- - uses : Swatinem/rust-cache@v1
25
+ - uses : Swatinem/rust-cache@v2
26
26
id : rust-cache
27
27
- name : Install sccache
28
28
if : steps.rust-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments