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

Bump actions/setup-python from 3 to 4 #579

Merged
merged 2 commits into from Jun 13, 2022

Commits on Jun 13, 2022

  1. Bump actions/setup-python from 3 to 4

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e3b05a2 View commit details
    Browse the repository at this point in the history
  2. Set python-version on jobs where it was unset

    This is now required by the setup-python action unless you have a
    python-version file.
    sirosen committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    facdac9 View commit details
    Browse the repository at this point in the history