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 62
62
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
63
63
with :
64
64
toolchain : stable
65
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
65
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
66
66
with :
67
67
cache-on-failure : true
68
68
- run : cargo test --workspace --doc
83
83
- uses : taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # master
84
84
with :
85
85
tool : cargo-hack
86
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
86
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
87
87
with :
88
88
cache-on-failure : true
89
89
- name : cargo hack
@@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
toolchain : nightly
104
104
components : clippy
105
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
105
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
106
106
with :
107
107
cache-on-failure : true
108
108
- run : cargo clippy --workspace --all-targets --all-features
@@ -121,7 +121,7 @@ jobs:
121
121
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
122
122
with :
123
123
toolchain : nightly
124
- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
124
+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
125
125
with :
126
126
cache-on-failure : true
127
127
- run : cargo doc --workspace --all-features --no-deps --document-private-items
You can’t perform that action at this time.
0 commit comments