3535 - uses : actions/checkout@v5
3636 with :
3737 persist-credentials : false
38- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # master
38+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3939 with :
4040 toolchain : ${{ matrix.rust }}
4141 - name : Install nextest
5454 - uses : actions/checkout@v5
5555 with :
5656 persist-credentials : false
57- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
57+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
58+ with :
59+ toolchain : stable
5860 - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
5961 with :
6062 cache-on-failure : true
6769 - uses : actions/checkout@v5
6870 with :
6971 persist-credentials : false
70- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
72+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
73+ with :
74+ toolchain : stable
7175 - uses : taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
7276 - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
7377 with :
8286 - uses : actions/checkout@v5
8387 with :
8488 persist-credentials : false
85- - uses : dtolnay/rust-toolchain@45949235481cda149033232bdf068b00ceb0b28d # clippy
89+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
90+ with :
91+ toolchain : nightly
92+ components : clippy
8693 - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
8794 with :
8895 cache-on-failure : true
97104 - uses : actions/checkout@v5
98105 with :
99106 persist-credentials : false
100- - uses : dtolnay/rust-toolchain@55d80eb3c5a4228eec5390a083c092095115c6f1 # nightly
107+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
108+ with :
109+ toolchain : nightly
101110 - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
102111 with :
103112 cache-on-failure : true
@@ -112,8 +121,9 @@ jobs:
112121 - uses : actions/checkout@v5
113122 with :
114123 persist-credentials : false
115- - uses : dtolnay/rust-toolchain@55d80eb3c5a4228eec5390a083c092095115c6f1 # nightly
124+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
116125 with :
126+ toolchain : nightly
117127 components : rustfmt
118128 - run : cargo fmt --all --check
119129
0 commit comments