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

chore(deps): bump actions/setup-python from 3 to 4 #652

Merged
merged 2 commits into from Jun 9, 2022

Commits on Jun 8, 2022

  1. chore(deps): 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 8, 2022
    Configuration menu
    Copy the full SHA
    7d61ec7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. fix(ci): use python-version-file w/setup-python@v4

    actions/setup-python@v4 requires either a python-version or python-version-file
    param (there is no default version)
    
    use python-version-file so we can point to a common file in multiple workflows
    thekaveman committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    126a0a1 View commit details
    Browse the repository at this point in the history