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 #55

Merged
merged 3 commits into from
Mar 16, 2023
Merged

CI: update workflow actions #55

merged 3 commits into from
Mar 16, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Mar 15, 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 for GitHub actions/crates.

This commit adds Dependabot support to the rustls-native-certs crate to match usage in the other rustls repositories.

Dependabot will monitor both Cargo dependencies and GitHub action workflow dependencies.

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 15, 2023 11:11
This commit adds Dependabot support to the rustls-native-certs crate to
match usage in the other rustls repositories.

Dependabot will monitor both Cargo dependencies and GitHub action
workflow dependencies.
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
Copy link
Member Author

cpu commented Mar 15, 2023

rustls / Build+test (macos-latest, stable) (pull_request) Failing after 1m

Another instance of the flaky apple.com smoke-test.

@cpu
Copy link
Member Author

cpu commented Mar 15, 2023

cpu force-pushed the cpu-update-ci-actions branch from d8ee83e to 8929acb

Removed the commit that updated Ubuntu 20.04 to 22.04 based on feedback from djc on another PR

@djc djc merged commit 0717a3a into rustls:main Mar 16, 2023
@cpu cpu deleted the cpu-update-ci-actions branch March 16, 2023 11:31
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