Skip to content

Commit

Permalink
bump foundry (#11245)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Nov 13, 2023
1 parent 2ae9b59 commit 549b6b5
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 @@ -142,7 +142,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
# Has to match the `make foundry` version.
version: nightly-ca67d15f4abd46394b324c50e21e66f306a1162d
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2

- name: Run Forge build
run: |
Expand Down
2 changes: 1 addition & 1 deletion contracts/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mockery: $(mockery) ## Install mockery.

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

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

0 comments on commit 549b6b5

Please sign in to comment.