File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3232 name : ${{ matrix.display-os }}${{ matrix.feature-suffix }}
3333 runs-on : ${{ matrix.os }}
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
35+ - name : Checkout Repository
36+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3637
3738 - name : Install Rust Toolchain
3839 run : rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update
Original file line number Diff line number Diff line change 3333 runs-on : ${{ matrix.os }}
3434
3535 steps :
36- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+ - name : Checkout Repository
37+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3738
3839 - uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
3940 with :
You can’t perform that action at this time.
0 commit comments