Skip to content

Commit

Permalink
bump Foundry to the December release (#11540)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Dec 13, 2023
1 parent f3d5417 commit ac9338f
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-09fe3e041369a816365a020f715ad6f94dbce9f2
version: nightly-5b7e4cb3c882b28f3c32ba580de27ce7381f415a

- 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 @@ -43,7 +43,7 @@ mockery: $(mockery) ## Install mockery.

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

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

0 comments on commit ac9338f

Please sign in to comment.