From 2dd5d1abee540eba8a906fbfc351e8cf87aa0581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 07:59:04 +0000 Subject: [PATCH] Bump Rubilmax/foundry-gas-diff from 3.16 to 3.17 Bumps [Rubilmax/foundry-gas-diff](https://github.com/rubilmax/foundry-gas-diff) from 3.16 to 3.17. - [Release notes](https://github.com/rubilmax/foundry-gas-diff/releases) - [Commits](https://github.com/rubilmax/foundry-gas-diff/compare/v3.16...v3.17) --- updated-dependencies: - dependency-name: Rubilmax/foundry-gas-diff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gas-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gas-report.yml b/.github/workflows/gas-report.yml index 4d85541..c6f0044 100644 --- a/.github/workflows/gas-report.yml +++ b/.github/workflows/gas-report.yml @@ -41,7 +41,7 @@ jobs: # https://github.com/Rubilmax/foundry-gas-diff - name: Compare gas reports - uses: Rubilmax/foundry-gas-diff@v3.16 + uses: Rubilmax/foundry-gas-diff@v3.17 with: summaryQuantile: 0.8 # only display the 20% most significant gas diffs in the summary sortCriteria: avg,max # sort diff rows by criteria