File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 - uses : actions/setup-node@v3
2222 with :
23- node-version : 16
23+ node-version : 18
2424 cache : yarn
2525
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 5151 FOUNDRY_FUZZ_SEED : 0x${{ github.event.pull_request.base.sha || github.sha }}
5252
5353 - name : Compare gas reports
54- uses : Rubilmax/foundry-gas-diff@v3.15
54+ uses : Rubilmax/foundry-gas-diff@v3.16
5555 with :
5656 summaryQuantile : 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
5757 sortCriteria : avg,max # sort diff rows by criteria
Original file line number Diff line number Diff line change 11{
22 "name" : " foundry-gas-diff" ,
3- "version" : " 3.15 .0" ,
3+ "version" : " 3.16 .0" ,
44 "description" : " Github Action reporting gas diff from Foundry gas reports" ,
55 "author" : {
66 "name" : " Romain (Rubilmax) Milon" ,
7171 },
7272 "verbose" : true
7373 }
74- }
74+ }
You can’t perform that action at this time.
0 commit comments