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 8
8
name : cargo build
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : dtolnay/rust-toolchain@nightly
13
13
- run : sudo apt-get update
14
14
- run : sudo apt-get install -y pkg-config libudev-dev
18
18
name : cargo test
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : dtolnay/rust-toolchain@nightly
23
23
- run : sudo apt-get update
24
24
- run : sudo apt-get install -y pkg-config libudev-dev
31
31
env :
32
32
RUSTDOCFLAGS : -D warnings
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- uses : dtolnay/rust-toolchain@nightly
36
36
- run : sudo apt-get update
37
37
- run : sudo apt-get install -y pkg-config libudev-dev
Original file line number Diff line number Diff line change 8
8
name : cargo fmt
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : dtolnay/rust-toolchain@nightly
13
13
with :
14
14
components : rustfmt
Original file line number Diff line number Diff line change 8
8
name : clippy
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : dtolnay/rust-toolchain@nightly
13
13
with :
14
14
components : clippy
20
20
name : shellcheck
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Run ShellCheck
25
25
uses : ludeeus/action-shellcheck@master
26
26
with :
You can’t perform that action at this time.
0 commit comments