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: update workflow actions. #196

Merged
merged 3 commits into from
Mar 14, 2023
Merged

CI: update workflow actions. #196

merged 3 commits into from
Mar 14, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Mar 14, 2023

To address a pending deprecation, and to remove CI warnings this branch brings the CI improvements that landed on the rustls/rustls repo in rustls/rustls#1214 to this repo.

CI: configure Dependabot to monitor GitHub actions.

This commit updates the existing .github/dependabot.yml config that monitors Cargo dependencies to also monitor GitHub actions (on a weekly cadence).

CI: actions/checkout@v2 -> v3.

Does what it says on the tin.

CI: replace actions-rs w/ dtolnay/rust-toolchain.

This commit replaces the actions-rs/toolchain action with dtolnay/rust-toolchain. The former is no longer maintained.

Usages of actions-rs/cargo are replaced with direct invocation of the relevant tooling installed by dtolnay/rust-toolchain.

cpu added 3 commits March 14, 2023 16:47
This commit updates the existing `.github/dependabot.yml` config that
monitors Cargo dependencies to also monitor GitHub actions (on a weekly
cadence).
This commit replaces the `actions-rs/toolchain` action with
`dtolnay/rust-toolchain`. The former is no longer maintained.

Usages of `actions-rs/cargo` are replaced with direct invocation of the
relevant tooling installed by `dtolnay/rust-toolchain`.
@djc djc merged commit 468c788 into rustls:main Mar 14, 2023
@cpu cpu deleted the cpu-update-ci-actions branch March 14, 2023 21:53
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

3 participants