4040 # Only run tests on latest stable and above
4141 - name : Install cargo-nextest
4242 if : ${{ matrix.rust != '1.88' }} # MSRV
43- uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
43+ uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # master
4444 with :
4545 tool : nextest
4646 - name : build
6262 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
6363 with :
6464 toolchain : stable
65- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
65+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
6666 with :
6767 cache-on-failure : true
6868 - run : cargo test --workspace --doc
@@ -80,10 +80,10 @@ jobs:
8080 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
8181 with :
8282 toolchain : stable
83- - uses : taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # master
83+ - uses : taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # master
8484 with :
8585 tool : cargo-hack
86- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
86+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
8787 with :
8888 cache-on-failure : true
8989 - name : cargo hack
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 toolchain : nightly
104104 components : clippy
105- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
105+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
106106 with :
107107 cache-on-failure : true
108108 - run : cargo clippy --workspace --all-targets --all-features
@@ -121,7 +121,7 @@ jobs:
121121 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
122122 with :
123123 toolchain : nightly
124- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
124+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
125125 with :
126126 cache-on-failure : true
127127 - run : cargo doc --workspace --all-features --no-deps --document-private-items
0 commit comments