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.85"
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.85"
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.85"
47
47
name : cargo clippy
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
- uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
52
52
with :
53
53
toolchain : " 1.85"
59
59
runs-on : ubuntu-latest
60
60
continue-on-error : true
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
- uses : dtolnay/rust-toolchain@stable
64
64
with :
65
65
components : clippy
69
69
name : minimal direct dependencies
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
- uses : dtolnay/rust-toolchain@nightly
74
74
with :
75
75
components : clippy
You can’t perform that action at this time.
0 commit comments