diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b9a84c49..1e29635d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: os: ubuntu steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup default ${{ matrix.channel }} - run: cargo build --all - run: cargo test --all @@ -51,20 +51,20 @@ jobs: #- x86_64-unknown-redox #- x86_64-linux-android steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup default nightly - run: rustup target add ${{ matrix.target }} - run: cargo build --workspace --target ${{ matrix.target }} --features nightly build_docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup default nightly - run: cargo doc --workspace --features arc_lock,serde,deadlock_detection --no-deps -p parking_lot -p parking_lot_core -p lock_api benchmark: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: rustup default nightly - run: | cd benchmark