Skip to content

Commit

Permalink
bump foundry (#11245)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Nov 13, 2023
1 parent 4a6f2fe commit b058357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
# Has to match the `make foundry` version.
version: nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: Run Forge build
if: needs.changes.outputs.changes == 'true'
Expand Down
2 changes: 1 addition & 1 deletion contracts/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mockery: $(mockery) ## Install mockery.

.PHONY: foundry
foundry: ## Install foundry.
foundryup --version nightly-5be158ba6dc7c798a6f032026fe60fc01686b33b
foundryup --version nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

.PHONY: foundry-refresh
foundry-refresh: foundry
Expand Down

0 comments on commit b058357

Please sign in to comment.