@@ -157,7 +157,7 @@ jobs:
157157 with :
158158 persist-credentials : false
159159 - run : rustup toolchain install stable --profile minimal
160- - uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
160+ - uses : foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8 .0
161161 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
162162 # Start the build process in the background. The following cargo test command will automatically
163163 # wait for the build process to be done before proceeding.
@@ -192,7 +192,7 @@ jobs:
192192 with :
193193 persist-credentials : false
194194 - run : rustup toolchain install stable --profile minimal
195- - uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
195+ - uses : foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8 .0
196196 with :
197197 # the latest version introduced a bug caused forked node tests to fail
198198 # only switch back to latest stable version after it was fixed in anvil
@@ -225,7 +225,7 @@ jobs:
225225 with :
226226 persist-credentials : false
227227 - run : rustup toolchain install stable --profile minimal
228- - uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
228+ - uses : foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8 .0
229229 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
230230 - uses : taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # 2.79.7
231231 with :
@@ -292,7 +292,7 @@ jobs:
292292 with :
293293 persist-credentials : false
294294 - run : rustup toolchain install stable --profile minimal
295- - uses : foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4 .0
295+ - uses : foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8 .0
296296 - uses : Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
297297 # Start the build process in the background. The following cargo test command will automatically
298298 # wait for the build process to be done before proceeding.
0 commit comments