File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 test :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v6
31+ - uses : actions/checkout@v7
3232 - name : Install toolchain
3333 run : |
3434 rustup toolchain install stable --no-self-update --profile minimal --component llvm-tools-preview
Original file line number Diff line number Diff line change 3131 - name : Install toolchain
3232 run : |
3333 rustup toolchain install stable --no-self-update --profile minimal
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535
3636 - uses : taiki-e/install-action@cargo-hack
3737 - name : Create Cargo.lock for caching
Original file line number Diff line number Diff line change 3232 run : |
3333 rustup toolchain install stable --no-self-update --profile minimal
3434 rustup toolchain install nightly --no-self-update --profile minimal
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636
3737 - name : cargo update -Zminimal-versions
3838 run : cargo +nightly -Zminimal-versions update
Original file line number Diff line number Diff line change 3030 rustup toolchain install nightly --no-self-update --profile minimal
3131 rustup override set 1.63
3232 rustup default 1.63
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@v7
3434
3535 - name : cargo update -Zminimal-versions
3636 run : cargo +nightly -Zminimal-versions update
Original file line number Diff line number Diff line change 3232 - name : Install toolchain
3333 run : |
3434 rustup toolchain install stable --no-self-update --profile minimal
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636
3737 - name : Create Cargo.lock for caching
3838 run : cargo update
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : Install Rust toolchain
Original file line number Diff line number Diff line change 77 shellcheck :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v6
10+ - uses : actions/checkout@v7
1111 - name : shellcheck
1212 run : shellcheck *.sh
Original file line number Diff line number Diff line change 3434 rustup toolchain install ${{ matrix.toolchain }} --no-self-update --profile minimal --component rustfmt,clippy
3535 rustup override set ${{ matrix.toolchain }}
3636 rustup default ${{ matrix.toolchain }}
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838
3939 - name : Create Cargo.lock for caching
4040 run : cargo update
5656 rustup toolchain install nightly --no-self-update --profile minimal
5757 rustup override set nightly
5858 rustup default nightly
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060
6161 - name : Create Cargo.lock for caching
6262 run : cargo update
Original file line number Diff line number Diff line change 3737 rustup toolchain install ${{ matrix.toolchain }} --no-self-update --profile minimal
3838 rustup override set ${{ matrix.toolchain }}
3939 rustup default ${{ matrix.toolchain }}
40- - uses : actions/checkout@v6
40+ - uses : actions/checkout@v7
4141
4242 - name : Create Cargo.lock for caching
4343 run : cargo update
You can’t perform that action at this time.
0 commit comments