Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 sct.rs 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.

CI: update codecov-action@v1 -> v3.

The v1 action is deprecated.

cpu added 4 commits March 15, 2023 10:54
This commit adds Dependabot support to the sct-rs 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`.
The v1 action is deprecated.
@djc djc merged commit 28e2284 into rustls:main Mar 16, 2023
@cpu cpu deleted the cpu-update-ci-actions branch March 16, 2023 11:29
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