File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3030 - thumbv7em-none-eabi
3131 - wasm32-unknown-unknown
3232 steps :
33- - uses : actions/checkout@v1
33+ - uses : actions/checkout@v4
3434 - uses : actions-rs/toolchain@v1
3535 with :
3636 toolchain : ${{ matrix.rust }}
5454 - stable
5555 runs-on : ${{ matrix.platform }}
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v4
5858 - uses : actions-rs/toolchain@v1
5959 with :
6060 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 2929 - stable
3030 runs-on : ${{ matrix.platform }}
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 toolchain : ${{ matrix.toolchain }}
4141 wasm :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
4545 - uses : actions-rs/toolchain@v1
4646 with :
4747 toolchain : stable
Original file line number Diff line number Diff line change 2929 - thumbv7em-none-eabi
3030 - wasm32-unknown-unknown
3131 steps :
32- - uses : actions/checkout@v1
32+ - uses : actions/checkout@v4
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 toolchain : ${{ matrix.rust }}
5353 - stable
5454 runs-on : ${{ matrix.platform }}
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v4
5757 - uses : actions-rs/toolchain@v1
5858 with :
5959 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 2929 - stable
3030 runs-on : ${{ matrix.platform }}
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 2929 - stable
3030 runs-on : ${{ matrix.platform }}
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 toolchain : ${{ matrix.toolchain }}
4141 wasm :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
4545 - uses : actions-rs/toolchain@v1
4646 with :
4747 toolchain : stable
Original file line number Diff line number Diff line change 1616 name : Security Audit
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - uses : actions-rs/toolchain@v1
2121 with :
2222 toolchain : stable
Original file line number Diff line number Diff line change 2828 - stable
2929 runs-on : ${{ matrix.platform }}
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232 - uses : actions-rs/toolchain@v1
3333 with :
3434 toolchain : ${{ matrix.toolchain }}
Original file line number Diff line number Diff line change 2929 - stable
3030 runs-on : ${{ matrix.platform }}
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - uses : actions-rs/toolchain@v1
3434 with :
3535 toolchain : ${{ matrix.toolchain }}
4141 wasm :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
4545 - uses : actions-rs/toolchain@v1
4646 with :
4747 toolchain : stable
Original file line number Diff line number Diff line change 99 check :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313 - uses : actions-rs/toolchain@v1
1414 with :
1515 toolchain : stable
2222 clippy :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626 - uses : actions-rs/toolchain@v1
2727 with :
2828 toolchain : 1.81.0 # pinned to prevent breakages
3737 rustfmt :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v4
4141 - uses : actions-rs/toolchain@v1
4242 with :
4343 toolchain : stable
You can’t perform that action at this time.
0 commit comments