File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 name : cargo build
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : dtolnay/rust-toolchain@nightly
1313 - run : sudo apt-get update
1414 - run : sudo apt-get install -y pkg-config libudev-dev
1818 name : cargo test
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : dtolnay/rust-toolchain@nightly
2323 - run : sudo apt-get update
2424 - run : sudo apt-get install -y pkg-config libudev-dev
3131 env :
3232 RUSTDOCFLAGS : -D warnings
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : dtolnay/rust-toolchain@nightly
3636 - run : sudo apt-get update
3737 - run : sudo apt-get install -y pkg-config libudev-dev
Original file line number Diff line number Diff line change 88 name : cargo fmt
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : dtolnay/rust-toolchain@nightly
1313 with :
1414 components : rustfmt
Original file line number Diff line number Diff line change 88 name : clippy
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - uses : dtolnay/rust-toolchain@nightly
1313 with :
1414 components : clippy
2020 name : shellcheck
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - name : Run ShellCheck
2525 uses : ludeeus/action-shellcheck@master
2626 with :
You can’t perform that action at this time.
0 commit comments