40
40
# Only run tests on latest stable and above
41
41
- name : Install cargo-nextest
42
42
if : ${{ matrix.rust != '1.88' }} # MSRV
43
- uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
43
+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # master
44
44
with :
45
45
tool : nextest
46
46
- name : build
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
@@ -80,10 +80,10 @@ jobs:
80
80
- uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
81
81
with :
82
82
toolchain : stable
83
- - uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
83
+ - uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # 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
0 commit comments