Skip to content

Commit

Permalink
ci: bump to checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
minhuw committed Mar 2, 2024
1 parent b0699b8 commit 1d51a66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ jobs:
name: cargo build with all features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --all-features

clippy:
name: cargo clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo clippy --all-features

audit:
name: Run cargo audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1

test-all-features:
Expand All @@ -37,7 +37,7 @@ jobs:
kernel: [ 5.4, 5.15, 6.1, 6.6 ]
runs-on: ${{ matrix.kernel }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt-get install -y iproute2 ethtool iputils-ping iperf3 datamash bc
- name: Install nextest
Expand Down

0 comments on commit 1d51a66

Please sign in to comment.