Skip to content

Commit

Permalink
Merge pull request #8 from crytic/dev-update-for-v2
Browse files Browse the repository at this point in the history
Update documentation for v2
  • Loading branch information
elopez authored Mar 15, 2022
2 parents d6ee373 + e62a982 commit 95e4fc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pages](https://github.com/crytic/echidna/wiki).
### Basic usage

```yaml
uses: crytic/echidna-action@v1
uses: crytic/echidna-action@v2
with:
files: contracts/
contract: Marketplace
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Compile contracts
run: npx hardhat compile
- name: Run Echidna
uses: crytic/echidna-action@v1
uses: crytic/echidna-action@v2
with:
solc-version: 0.7.6
files: .
Expand Down

0 comments on commit 95e4fc1

Please sign in to comment.