We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfc8e7 commit 319dad9Copy full SHA for 319dad9
.github/workflows/foundry-gas-diff.yml
@@ -15,7 +15,7 @@ jobs:
15
submodules: recursive
16
17
- name: Install Foundry
18
- uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1
+ uses: foundry-rs/foundry-toolchain@50d5a8956f2e319df19e6b57539d7e2acb9f8c1e # v1
19
with:
20
version: nightly
21
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
npm install
33
34
35
36
37
- name: Show Forge version
38
run: |
0 commit comments