Skip to content

Commit 8d8bee5

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
and
Jayant Krishnamurthy
authored
chore: update foundry version to v0.3.0 (#2384)
* chore: update foundry version to v0.3.0 Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * fix: use correct foundry-toolchain action version Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * fix: use correct foundry version tag format Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz>
1 parent b9082bb commit 8d8bee5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-ethereum-contract.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
paths:
44
- target_chains/ethereum/contracts/**
55
- governance/xc_admin/packages/xc_admin_common/**
6+
- .github/workflows/ci-ethereum-contract.yml
67
push:
78
branches:
89
- main
@@ -28,9 +29,9 @@ jobs:
2829
run_install: true
2930

3031
- name: Install Foundry
31-
uses: foundry-rs/foundry-toolchain@v1.1.1
32+
uses: foundry-rs/foundry-toolchain@v1
3233
with:
33-
version: 0.2.0
34+
version: v0.3.0
3435

3536
- name: Install Forge dependencies
3637
run: pnpm run install-forge-deps

0 commit comments

Comments
 (0)