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: Stop using actions-rs/toolchain. #320

Conversation

waywardmonkeys
Copy link
Collaborator

The actions-rs actions haven't been maintained in some time and result in a number of deprecation warnings from GitHub Actions.

The `actions-rs` actions haven't been maintained in some time and
result in a number of deprecation warnings from GitHub Actions.
@waywardmonkeys waywardmonkeys force-pushed the update-github-actions-no-more-actions-rs branch from 28f2c9a to a5c64a6 Compare July 23, 2023 10:05
Copy link
Contributor

@flodolo flodolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For what it's worth, plenty of projects seem to be switching to this GitHub action, unless they need support for rust-toolchain.toml
actions-rs/toolchain#216

.github/workflows/format.yml Show resolved Hide resolved
flodolo added a commit that referenced this pull request Feb 4, 2024
This PR includes changes from:
- #332: Use -C rathen than -Z for instrument-coverage
- #320: Replace unmaintained actions-rs/toolchain with dtolnay/rust-toolchain@master

It also updates actions/cache to v4.
@flodolo flodolo mentioned this pull request Feb 4, 2024
@flodolo flodolo merged commit 11b559e into projectfluent:main Feb 5, 2024
4 checks passed
flodolo added a commit that referenced this pull request Feb 5, 2024
This PR includes changes from:
- #332: Use -C rathen than -Z for instrument-coverage
- #320: Replace unmaintained actions-rs/toolchain with dtolnay/rust-toolchain@master

It also updates actions/cache to v4.
@waywardmonkeys waywardmonkeys deleted the update-github-actions-no-more-actions-rs branch February 5, 2024 21:47
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