5151 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
5252
5353 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
54- - uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
54+ - uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
5555 with :
5656 toolchain : ${{ matrix.rust }}
5757 components : rust-src
9696 with :
9797 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
9898 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
99- - uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
99+ - uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
100100 with :
101101 toolchain : nightly
102102 components : clippy,rustfmt
@@ -125,7 +125,7 @@ jobs:
125125 - name : Checkout repository
126126 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
127127 - name : Install Rust toolchain
128- uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
128+ uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
129129 with :
130130 toolchain : stable
131131 - uses : Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
@@ -149,7 +149,7 @@ jobs:
149149 - name : Checkout repository
150150 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
151151 - name : Install Rust toolchain
152- uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
152+ uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
153153 with :
154154 toolchain : stable
155155 - uses : Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
@@ -170,7 +170,7 @@ jobs:
170170 - name : Checkout repository
171171 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
172172 - name : Install Rust toolchain
173- uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
173+ uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
174174 with :
175175 toolchain : nightly
176176 - name : Install cargo-llvm-cov
@@ -198,7 +198,7 @@ jobs:
198198 steps :
199199 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
200200 - name : Install Rust toolchain
201- uses : dtolnay/rust-toolchain@ce8f65846d7180d2ce63b1e74483d981800b9e22
201+ uses : dtolnay/rust-toolchain@d7bc4da3d85ca6227ac589061917c0c356e1c91b
202202 with :
203203 toolchain :
204204 stable
0 commit comments