@@ -11,10 +11,10 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v3
1515
1616 - name : Install Foundry
17- uses : foundry-rs /foundry-toolchain@v1
17+ uses : onbjerg /foundry-toolchain@v1
1818 with :
1919 version : nightly
2020
3535 fi
3636
3737 - name : Check compatibility with 0.8.0
38- id : 0.8.0
3938 if : always()
4039 run : |
4140 output=$(forge build --skip test --use solc:0.8.0)
4645 fi
4746
4847 - name : Check compatibility with 0.7.6
49- id : 0.7.6
5048 if : always()
5149 run : |
5250 output=$(forge build --skip test --use solc:0.7.6)
5755 fi
5856
5957 - name : Check compatibility with 0.7.0
60- id : 0.7.0
6158 if : always()
6259 run : |
6360 output=$(forge build --skip test --use solc:0.7.0)
6865 fi
6966
7067 - name : Check compatibility with 0.6.12
71- id : 0.6.12
7268 if : always()
7369 run : |
7470 output=$(forge build --skip test --use solc:0.6.12)
7975 fi
8076
8177 - name : Check compatibility with 0.6.2
82- id : 0.6.2
8378 if : always()
8479 run : |
8580 output=$(forge build --skip test --use solc:0.6.2)
@@ -109,10 +104,10 @@ jobs:
109104 test :
110105 runs-on : ubuntu-latest
111106 steps :
112- - uses : actions/checkout@v4
107+ - uses : actions/checkout@v3
113108
114109 - name : Install Foundry
115- uses : foundry-rs /foundry-toolchain@v1
110+ uses : onbjerg /foundry-toolchain@v1
116111 with :
117112 version : nightly
118113
@@ -125,10 +120,10 @@ jobs:
125120 fmt :
126121 runs-on : ubuntu-latest
127122 steps :
128- - uses : actions/checkout@v4
123+ - uses : actions/checkout@v3
129124
130125 - name : Install Foundry
131- uses : foundry-rs /foundry-toolchain@v1
126+ uses : onbjerg /foundry-toolchain@v1
132127 with :
133128 version : nightly
134129
0 commit comments