File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 env :
1616 RUSTFLAGS : -D warnings
1717 steps :
18- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1919 - uses : dtolnay/rust-toolchain@stable
2020 with :
2121 components : rustfmt, clippy
4343 env :
4444 RUSTFLAGS : -D warnings
4545 steps :
46- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
46+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4747 - uses : dtolnay/rust-toolchain@master
4848 with :
4949 toolchain : ${{ matrix.rust-version }}
6666 rust-version : [nightly]
6767 fail-fast : false
6868 steps :
69- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
69+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
7070 - uses : dtolnay/rust-toolchain@master
7171 with :
7272 toolchain : ${{ matrix.rust-version }}
8989 rust-version : [stable]
9090 fail-fast : false
9191 steps :
92- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
92+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
9393 - uses : dtolnay/rust-toolchain@master
9494 with :
9595 toolchain : ${{ matrix.rust-version }}
Original file line number Diff line number Diff line change 1717 env :
1818 RUSTFLAGS : -D warnings
1919 steps :
20- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2121 - uses : dtolnay/rust-toolchain@nightly # Use nightly to get access to coverage --doc
2222 with :
2323 components : llvm-tools-preview
Original file line number Diff line number Diff line change 1111 concurrency : ci-${{ github.ref }}
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515 - uses : dtolnay/rust-toolchain@stable
1616 - uses : Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
1717 - name : Build rustdoc
Original file line number Diff line number Diff line change 1111 if : github.repository_owner == 'oxidecomputer'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515 with :
1616 persist-credentials : false
1717 - name : Install Rust
You can’t perform that action at this time.
0 commit comments