File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- " starknet-types-core"
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Install toolchain
22
22
run : rustup show
23
23
Original file line number Diff line number Diff line change 8
8
name : Publish
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Install toolchain
13
13
run : rustup show
14
14
Original file line number Diff line number Diff line change 7
7
name : Test
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- name : Install toolchain
12
12
run : rustup show
13
13
30
30
name : Test no_std support
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- name : Check wasm compatibility
35
35
run : |-
36
36
cd ensure_no_std
You can’t perform that action at this time.
0 commit comments