We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbcf59 commit f284342Copy full SHA for f284342
1 file changed
.github/workflows/ci-apps.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- uses: software-mansion/setup-scarb@v1
20
with:
21
- scarb-version: "2.12.2"
+ scarb-version: "2.13.1"
22
- run: |
23
make fmt_check
24
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
- uses: asdf-vm/actions/setup@v4
33
- name: Install Dojo toolchain
34
run: |
0 commit comments