File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 name : cargo check
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
1919 with :
2020 toolchain : " 1.85"
2323 name : cargo fmt
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2828 with :
2929 toolchain : " 1.85"
3333 name : cargo test
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 lfs : ' true'
3939 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4545 name : cargo clippy
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - uses : dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5050 with :
5151 toolchain : " 1.85"
You can’t perform that action at this time.
0 commit comments