Skip to content

Commit a3d650f

Browse files
committed
feat(devnet): bump foundry
1 parent 47bebd5 commit a3d650f

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.changeset/brown-books-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/devnet": patch
3+
---
4+
5+
bump foundry

.github/workflows/cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
cache: "pnpm"
3232

3333
- name: Install Foundry
34-
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
34+
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # 1.6.0
3535
with:
36-
version: v0.3.0
36+
version: v1.4.3
3737

3838
- name: Install dependencies
3939
run: pnpm install

.github/workflows/devnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
cache: "pnpm"
3030

3131
- name: Install Foundry
32-
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
32+
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # 1.6.0
3333
with:
34-
version: v1.2.1
34+
version: v1.4.3
3535

3636
- name: Install dependencies
3737
run: pnpm install

.github/workflows/paymaster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
cache: "pnpm"
3131

3232
- name: Install Foundry
33-
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
33+
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # 1.6.0
3434
with:
35-
version: v0.3.0
35+
version: v1.4.3
3636

3737
- name: Install dependencies
3838
run: pnpm install

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
# Minimum required version for npm publish with OIDC Support
3636
# https://docs.npmjs.com/trusted-publishers
3737
- run: |
38-
npm install -g npm@latest
39-
npm --version
38+
npm install -g npm@latest
39+
npm --version
4040
4141
- name: Install Foundry
42-
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
42+
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # 1.6.0
4343
with:
44-
version: v0.3.0
44+
version: v1.4.3
4545

4646
- name: Install Dependencies
4747
run: pnpm install

0 commit comments

Comments
 (0)