Skip to content

Commit 3ea6cb9

Browse files
committed
Bump v0.7
1 parent 8ae67e8 commit 3ea6cb9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Checkout code
4444
uses: actions/checkout@v4
4545

46-
- name: Fetch all branches
47-
run: git fetch --all
48-
4946
- name: Install Foundry
5047
uses: foundry-rs/foundry-toolchain@v1
5148
with:
@@ -55,7 +52,7 @@ jobs:
5552
run: forge install
5653

5754
- name: Generate gas diff
58-
uses: atarpara/foundry-snapshot-diff@v0.6
55+
uses: atarpara/foundry-snapshot-diff@v0.7
5956
with:
6057
# Optionally configure to run only for changes in specific files. For example:
6158
# token: ${{ secrets.GITHUB_TOKEN }}
@@ -102,7 +99,7 @@ Includes gas reports for new contracts in the generated report. This parameter a
10299

103100
_Defaults to: `false`_
104101

105-
### `include-fuzz-test` _{bool}_
102+
### `include-fuzz-tests` _{bool}_
106103

107104
Determines whether to include fuzz test results in the gas report. The gas values will compare the average gas usage by each fuzz test.
108105

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-snapshot-diff",
3-
"version": "v0.6",
3+
"version": "v0.7",
44
"description": "Github Action reporting gas diff from .gas-snapshot",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)