File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Install Foundry
2222 uses : foundry-rs/foundry-toolchain@v1
2323 with :
24- version : nightly
24+ version : stable
2525
2626 - name : Setup node/yarn
2727 uses : actions/setup-node@v3
5050 - name : Install Foundry
5151 uses : foundry-rs/foundry-toolchain@v1
5252 with :
53- version : nightly
53+ version : stable
5454
5555 - name : Setup nodejs
5656 uses : actions/setup-node@v2
6262 - name : Install Foundry
6363 uses : foundry-rs/foundry-toolchain@v1
6464 with :
65- version : nightly
65+ version : stable
6666
6767 - name : Check Contracts Format
6868 run : forge fmt --check
@@ -128,7 +128,7 @@ jobs:
128128 - name : Install Foundry
129129 uses : foundry-rs/foundry-toolchain@v1
130130 with :
131- version : nightly
131+ version : stable
132132
133133 - uses : OffchainLabs/actions/run-nitro-test-node@main
134134 with :
@@ -257,7 +257,7 @@ jobs:
257257 - name : Install Foundry
258258 uses : foundry-rs/foundry-toolchain@v1
259259 with :
260- version : nightly
260+ version : stable
261261
262262 - name : Setup node/yarn
263263 uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments