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 #38

Merged
merged 2 commits into from
Jun 9, 2022

Commits on Jun 9, 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 9, 2022
    Configuration menu
    Copy the full SHA
    cfbc16a View commit details
    Browse the repository at this point in the history
  2. 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
    angela-tran committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    053f500 View commit details
    Browse the repository at this point in the history