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

Refresh our github workflows. #40676

Merged
merged 4 commits into from
Apr 29, 2024
Merged

Commits on Apr 29, 2024

  1. Refresh our github workflows.

    1.  Use "runs-on: ubuntu-22.04" in all workflows, so
    we are completely consistent.
    2.  Update the versions of actions that we depend on,
    to get the latest bugfixes.
    3.  Update the version of Python to 3.10, which matches what
    is in Ubuntu 22.04.
    4.  Update our list of EOL distros so we aren't incorrectly
    leaving things open.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    df5a462 View commit details
    Browse the repository at this point in the history
  2. Quote python-3.10

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b40fd4d View commit details
    Browse the repository at this point in the history
  3. Add hashes as suggested in review.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8291891 View commit details
    Browse the repository at this point in the history
  4. Add in jazzy as a non-EOL distro.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ec1b853 View commit details
    Browse the repository at this point in the history