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 outdated gh actions usage #10799

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kLiHz
Copy link

@kLiHz kLiHz commented Aug 8, 2023

changelog:

  • CI: get rid of actions-rs/toolchain
    The 'actions-rs/toolchain' action haven't been updated in 3 years, and
    its use of outdated syntax generates lots of warnings in action logs, so
    replace them with bare rustup commands.
  • CI: replace actions-rs/cargo with cargo commands
  • CI: migrate to onyxmueller/build-tag-number@v1
    einaregilsson/build-number is no longer being maintained. See repo notice.

The 'actions-rs/toolchain' action haven't been updated in 3 years, and
its use of outdated syntax generates lots of warnings in action logs, so
replace them with bare `rustup` commands.
einaregilsson/build-number is no longer being maintained. See repo notice.
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.

None yet

1 participant