Skip to content

Commit

Permalink
Merge pull request #805 from rndquu/ci/foundry-sep-23
Browse files Browse the repository at this point in the history
ci: using foundry from 2 Oct 2023
  • Loading branch information
rndquu authored Oct 12, 2023
2 parents 17e79d3 + 34cc28e commit 000bdb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Yarn Install
run: yarn install --mode=skip-build && yarn allow-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Install dependencies
run: sudo apt-get install lcov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Forge install
working-directory: packages/contracts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-d369d2486f85576eec4ca41d277391dfdae21ba7
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b

- name: Yarn Install
run: yarn install --mode=skip-build && yarn allow-scripts
Expand Down

1 comment on commit 000bdb6

@ubiquibot
Copy link

@ubiquibot ubiquibot bot commented on 000bdb6 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.