diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01cf117..bc6e5d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 30 steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - run: rustup component add rustfmt clippy - run: cargo install -f cargo-fuzz # Temporarily allow warnings due to spdk feature disabled in benchmark. @@ -35,7 +35,7 @@ jobs: env: RUST_BACKTRACE: 1 steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - run: rustup component add rust-src - run: rustup toolchain install nightly --component rust-src - run: sudo apt update && sudo apt install -y llvm-dev @@ -66,7 +66,7 @@ jobs: env: RUST_BACKTRACE: 1 steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - run: rustup toolchain install nightly --component miri --component rust-src - run: cargo +nightly miri setup # CPR handshake weak-memory litmus tests. Weak-memory emulation is on by