Skip to content

Commit

Permalink
docs(version): set 3.1 as the recommended version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jan 31, 2023
1 parent f801fc3 commit 86ee3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.0.2
uses: Rubilmax/foundry-storage-check@v3.1
with:
contract: contracts/Example.sol:Example
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/[email protected].0
uses: Rubilmax/[email protected]
with:
contract: src/Contract.sol:Contract
# settings below are optional, but allows to check whether the added storage slots are empty on the deployed contract
Expand Down

0 comments on commit 86ee3e6

Please sign in to comment.