Skip to content

Commit 2e402a3

Browse files
deps(foundry-rs/foundry-toolchain): update foundry-rs/foundry-toolchain to v1.8.0
1 parent b185997 commit 2e402a3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/playground-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt-get -qq update && sudo apt-get -y -q install curl jq
3333

3434
- name: Install Foundry
35-
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
35+
uses: foundry-rs/foundry-toolchain@c7450ba673e133f5ee30098b3b54f444d3a2ca2d # v1.8.0
3636

3737
- name: Setup environment
3838
run: |

.github/workflows/pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)