File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
name : cargo check
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
20
20
with :
21
21
toolchain : " 1.86"
25
25
name : cargo fmt
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
30
30
with :
31
31
toolchain : " 1.86"
36
36
name : cargo test
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
41
41
with :
42
42
toolchain : " 1.86"
46
46
name : cargo clippy
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
51
51
with :
52
52
toolchain : " 1.86"
60
60
runs-on : ubuntu-latest
61
61
continue-on-error : true
62
62
steps :
63
- - uses : actions/checkout@v4
63
+ - uses : actions/checkout@v5
64
64
- uses : dtolnay/rust-toolchain@stable
65
65
with :
66
66
components : clippy
72
72
name : minimal direct dependencies
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- uses : dtolnay/rust-toolchain@nightly
77
77
with :
78
78
components : clippy
You can’t perform that action at this time.
0 commit comments