File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
2222 name : Run tests (no SIMD)
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - uses : dtolnay/rust-toolchain@stable
2727 - run : cargo test --all-targets
2828
2929 tests-simd :
3030 name : Run tests (SIMD)
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : dtolnay/rust-toolchain@nightly
3535 - run : cargo test --all-targets --features=simd
3636 wasm :
3737 name : Compile to WASM target
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - uses : dtolnay/rust-toolchain@nightly
4242 with :
4343 targets : wasm32-unknown-unknown
Original file line number Diff line number Diff line change 5353 name : bench ${{ inputs.instance }} (${{ inputs.n_runs }} x ${{ inputs.run_time_s }}s)
5454 runs-on : ${{ inputs.cpu_tag }}
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v6
5757 - uses : dtolnay/rust-toolchain@nightly
5858 - name : Prepare input JSON
5959 run : |
You can’t perform that action at this time.
0 commit comments