5252 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
5353
5454 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
55- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
55+ - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
5656 with :
5757 toolchain : ${{ matrix.rust }}
5858 components : rust-src
9797 with :
9898 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
9999 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
100- - uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
100+ - uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
101101 with :
102102 toolchain : nightly
103103 components : clippy,rustfmt
@@ -126,7 +126,7 @@ jobs:
126126 - name : Checkout repository
127127 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
128128 - name : Install Rust toolchain
129- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
129+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
130130 with :
131131 toolchain : stable
132132 - uses : Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
@@ -150,7 +150,7 @@ jobs:
150150 - name : Checkout repository
151151 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
152152 - name : Install Rust toolchain
153- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
153+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
154154 with :
155155 toolchain : stable
156156 - uses : Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
@@ -171,7 +171,7 @@ jobs:
171171 - name : Checkout repository
172172 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
173173 - name : Install Rust toolchain
174- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
174+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
175175 with :
176176 toolchain : nightly
177177 - name : Install cargo-llvm-cov
@@ -199,7 +199,7 @@ jobs:
199199 steps :
200200 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
201201 - name : Install Rust toolchain
202- uses : dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
202+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
203203 with :
204204 toolchain :
205205 stable
0 commit comments