Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: chapati <[email protected]>
  • Loading branch information
bowd and chapati23 authored Feb 14, 2024
1 parent ed2099a commit 6b09dbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/echidna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: "nightly-d369d2486f85576eec4ca41d277391dfdae21ba7"
version: "nightly-fd87629fbc4ae2e0fa00ccf42b4a9ebe1b521d55"
- name: "Build for echidna"
run: yarn forge:build:slither

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Install Foundry"
uses: "onbjerg/foundry-toolchain@v1"
with:
version: "nightly-d369d2486f85576eec4ca41d277391dfdae21ba7"
version: "nightly-fd87629fbc4ae2e0fa00ccf42b4a9ebe1b521d55"

- name: "Install Node.js"
uses: "actions/setup-node@v3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Install Foundry"
uses: "onbjerg/foundry-toolchain@v1"
with:
version: "nightly-d369d2486f85576eec4ca41d277391dfdae21ba7"
version: "nightly-fd87629fbc4ae2e0fa00ccf42b4a9ebe1b521d55"
- name: "Build the contracts"
run: |
forge build --skip test --skip script --build-info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage-layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: "nightly-d369d2486f85576eec4ca41d277391dfdae21ba7"
version: "nightly-fd87629fbc4ae2e0fa00ccf42b4a9ebe1b521d55"
- name: Check storage layout
uses: Rubilmax/[email protected]
with:
Expand Down

0 comments on commit 6b09dbb

Please sign in to comment.