Skip to content

Commit 0eaf592

Browse files
committed
fix gas diff ci
1 parent f3f2162 commit 0eaf592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gas-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
cat gasreport-fork.ansi >> $GITHUB_STEP_SUMMARY
4848
4949
- name: Compare gas reports of local tests
50-
uses: Rubilmax/foundry-gas-diff@v3.14
50+
uses: Rubilmax/foundry-gas-diff@v3
5151
with:
5252
report: gasreport-local.ansi
5353
ignore: test/**/*
5454
id: gas_diff_local
5555

5656
- name: Compare gas reports of fork tests
57-
uses: Rubilmax/foundry-gas-diff@v3.14
57+
uses: Rubilmax/foundry-gas-diff@v3
5858
with:
5959
report: gasreport-fork.ansi
6060
ignore: test/**/*

0 commit comments

Comments
 (0)