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

Merged
merged 3 commits into from
Mar 16, 2023
Merged

CI: update workflow actions #26

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

cpu added 3 commits March 15, 2023 10:27
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.
@cpu
Copy link
Member Author

cpu commented Mar 15, 2023

cpu force-pushed the cpu-update-ci-actions branch from 4959a0a to 1cfbaa5

Removed two commits, one that updated Ubuntu 20.04 to 22.04 based on feedback from djc on another PR, and one that fixed the build.py expected output. The build fix is no longer needed since 20.04 still ships a openssl binary that uses all-caps output for the cert FP.

@djc djc merged commit 3ab9952 into rustls:main Mar 16, 2023
@cpu cpu deleted the cpu-update-ci-actions branch March 16, 2023 11:31
@cpu cpu mentioned this pull request May 30, 2023
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

2 participants