File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 run : |
1818 rustup toolchain install ${{ matrix.rust }}
1919 rustup default ${{ matrix.rust }}
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2121 - name : Run rustfmt
2222 run : |
2323 rustup component add rustfmt
3535 needs : [check]
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3939 - name : Attempt to publish crate
4040 uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
4141 with :
Original file line number Diff line number Diff line change 1818 run : |
1919 rustup toolchain install ${{ matrix.rust }}
2020 rustup default ${{ matrix.rust }}
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222 - name : Run rustfmt
2323 run : |
2424 rustup component add rustfmt
4040 run : |
4141 rustup toolchain install ${{ matrix.rust }}
4242 rustup default ${{ matrix.rust }}
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444 - name : Run cargo test
4545 run : |
4646 cargo test --workspace --all-features --all-targets --no-fail-fast
5858 rustup default ${{ matrix.rust }}
5959 - name : Install cargo-llvm-cov
6060 run : cargo install cargo-llvm-cov --version=0.4.9
61- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6262 - name : Run cargo-llvm-cov
6363 run : >
6464 cargo llvm-cov
You can’t perform that action at this time.
0 commit comments