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 1717 - " starknet-types-core"
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Install toolchain
2222 run : rustup show
2323
Original file line number Diff line number Diff line change 88 name : Publish
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Install toolchain
1313 run : rustup show
1414
Original file line number Diff line number Diff line change 77 name : Test
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : Install toolchain
1212 run : rustup show
1313
3030 name : Test no_std support
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Check wasm compatibility
3535 run : |-
3636 cd ensure_no_std
You can’t perform that action at this time.
0 commit comments