Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
with:
version: stable
version: v1.3.5

# Run Forge's formatting checker to ensure consistent code style.
- name: "Forge Fmt"
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
with:
version: stable
version: v1.3.5

# Run storage diff check to detect storage layout incompatibilities.
- name: "Mainnet Storage Diff"
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
with:
version: stable
version: v1.3.5

# Install LCOV for coverage report generation.
- name: Install LCOV (Prebuilt)
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- name: "Install Foundry"
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
with:
version: stable
version: v1.3.5

- name: Build contracts on PR branch
run: |
Expand Down