File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
14
14
name : cargo fmt
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : cargo fmt
19
19
run : cargo fmt --all -- --check
20
20
21
21
clippy :
22
22
name : cargo clippy
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : cargo clippy
27
27
run : cargo clippy --all --all-targets -- -D warnings
28
28
29
29
test :
30
30
name : cargo test
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
- name : cargo test
35
35
run : cargo test
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Initialize CodeQL
27
27
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 11
11
name : DIRECTORY.md
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 21
21
env :
22
22
CARGO_TERM_COLOR : always
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : taiki-e/install-action@cargo-llvm-cov
26
26
- name : Generate code coverage
27
27
run : >
You can’t perform that action at this time.
0 commit comments