Skip to content

Commit

Permalink
fix(CI): update foundry-gas-diff to version v3.21 (yetanotherco#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Feb 10, 2025
1 parent 214b579 commit 5b582d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-gas-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }}

- name: Compare gas reports
uses: Rubilmax/foundry-gas-diff@v3.16
uses: Rubilmax/foundry-gas-diff@v3.21
with:
summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%)
sortCriteria: avg,max # sort diff rows by criteria
Expand Down

0 comments on commit 5b582d0

Please sign in to comment.