Skip to content

Commit ec8eac2

Browse files
chore: hardcode foundry ci to v1.3.5 (#1658)
**Motivation:** Missed deployment scripts ci. **Modifications:** - Hardcoded deployment scripts. **Result:** CI fully passing.
1 parent 57c37ae commit ec8eac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-deployment-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install Foundry
4949
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de
5050
with:
51-
version: stable
51+
version: v1.3.5
5252

5353
# Run Forge's formatting checker to ensure consistent code style.
5454
- name: "Forge Fmt"

0 commit comments

Comments
 (0)