Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix deprecation warnings by removing actions-rs/cargo and actions-rs/toolchain #12

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

cakebaker
Copy link
Contributor

This PR removes the unmaintained actions-rs/toolchain and actions-rs/cargo. actions-rs/toolchain is replaced by dtolnay/rust-toolchain and actions-rs/cargo by direct invocations of cargo. It should fix many CI warnings.

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@7c7eae1). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage        ?   39.04%           
=======================================
  Files           ?        9           
  Lines           ?     1465           
  Branches        ?      195           
=======================================
  Hits            ?      572           
  Misses          ?      799           
  Partials        ?       94           
Flag Coverage Δ
macos_latest 37.71% <0.00%> (?)
ubuntu_latest 39.07% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sylvestre sylvestre merged commit e1bc457 into uutils:main Feb 10, 2024
8 of 15 checks passed
@cakebaker cakebaker deleted the ci_replace_actions_rs branch February 11, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants