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

fix(ci): Update to node16 github actions #299

Merged
merged 5 commits into from
Aug 24, 2023
Merged

Commits on Aug 24, 2023

  1. fix(ci): Update to node16 github actions

    node12 github actions will be deprecated
    
    Signed-off-by: Alexander Gil <[email protected]>
    pando85 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b87086f View commit details
    Browse the repository at this point in the history
  2. fix(ci): Replace actions-rs/toolchain with dtolnay/rust-toolchain

    Because node version is going to be deprecated
    
    Signed-off-by: Alexander Gil <[email protected]>
    pando85 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0c6d302 View commit details
    Browse the repository at this point in the history
  3. fix: Cargo clippy errors

    Signed-off-by: Alexander Gil <[email protected]>
    pando85 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    edab63b View commit details
    Browse the repository at this point in the history
  4. fix(ci): Change dtolnay/rust-toolchaint to stable

    Signed-off-by: Alexander Gil <[email protected]>
    pando85 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    be94d63 View commit details
    Browse the repository at this point in the history
  5. fix(ci): Remove container and downgrade to ubuntu 20

    This will keep minimum glibc version required to 2.31
    
    Signed-off-by: Alexander Gil <[email protected]>
    pando85 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9f2e2dd View commit details
    Browse the repository at this point in the history