2121 features : hashbrown
2222 runs-on : ${{ matrix.target.os }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : dtolnay/rust-toolchain@nightly
2626 - name : Generate lockfile with minimal dependency versions
2727 run : cargo +nightly generate-lockfile -Zminimal-versions
4949 - visualizer,std
5050 runs-on : ${{ matrix.target.os }}
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 - name : Cargo test all targets
5454 run : cargo test --workspace --all-targets --no-default-features --features ${{ matrix.target.backend }},${{ matrix.features }}
5555 - name : Cargo test docs
5959 name : Rustfmt
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 - name : Cargo fmt
6464 run : cargo fmt --all -- --check
6565
8181 - visualizer,std
8282 runs-on : ${{ matrix.target.os }}
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 - name : Cargo clippy
8686 run : cargo clippy --workspace --all-targets --no-default-features --features ${{ matrix.target.backend }},${{ matrix.features }} -- -D warnings
8787
@@ -95,14 +95,14 @@ jobs:
9595 env :
9696 RUSTDOCFLAGS : -Dwarnings
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v5
9999 - name : Build documentation
100100 run : cargo doc --no-deps --workspace --all-features --document-private-items
101101
102102 readme :
103103 runs-on : ubuntu-latest
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v5
106106 - name : Use cached cargo-readme
107107 uses : actions/cache@v4
108108 id : cargo-readme-cache
0 commit comments