File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 17
17
- " starknet-types-core"
18
18
19
19
steps :
20
- - name : " Checkout source code"
21
- uses : " actions/checkout@v3"
22
-
23
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
24
21
- name : Install toolchain
25
22
run : rustup show
26
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@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Install toolchain
13
13
run : rustup show
14
14
15
15
- run : cargo publish --token "$CARGO_REGISTRY_TOKEN" -p starknet-types-core
16
16
env :
17
- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
17
+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
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@v3
10
+ - uses : actions/checkout@v4
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@v3
33
+ - uses : actions/checkout@v4
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