File tree Expand file tree Collapse file tree 5 files changed +15
-10
lines changed
Expand file tree Collapse file tree 5 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/devnet " : patch
3+ ---
4+
5+ bump foundry
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments