Skip to content

Commit 1be78d2

Browse files
committed
Chore: fixed CI failing error
1 parent d636d07 commit 1be78d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
SCARB_VERSION: 2.11.3
9+
SCARB_VERSION: 2.12.2
1010

1111
jobs:
1212
check:
@@ -39,12 +39,12 @@ jobs:
3939
- name: Set up Scarb
4040
uses: software-mansion/setup-scarb@v1
4141
with:
42-
scarb-version: "2.11.3"
42+
scarb-version: "2.12.2"
4343

4444
- name: Set up snforge
4545
uses: foundry-rs/setup-snfoundry@v3
4646
with:
47-
starknet-foundry-version: "0.38.3"
47+
starknet-foundry-version: "0.48.0"
4848

4949
- name: Run tests
5050
run: snforge test

0 commit comments

Comments
 (0)