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

Commits on Mar 14, 2023

  1. 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).
    cpu committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    77edd6a View commit details
    Browse the repository at this point in the history
  2. CI: actions/checkout@v2 -> v3.

    cpu committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fa64fe3 View commit details
    Browse the repository at this point in the history
  3. 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 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bafd31b View commit details
    Browse the repository at this point in the history