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): update dependency actions/setup-python to v3 (master) #127

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

ivankatliarchuk
Copy link
Owner

This PR contains the following updates:

Package Update Change
actions/setup-python major v2.3.2 -> v3.0.0

Release Notes

actions/setup-python

v3.0.0

Compare Source

What's Changed
Breaking Changes

With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.

This new major release removes support of legacy pypy2 and pypy3 keywords. Please use more specific and flexible syntax to specify a PyPy version:

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        python-version:
        - 'pypy-2.7' # the latest available version of PyPy that supports Python 2.7
        - 'pypy-3.8' # the latest available version of PyPy that supports Python 3.8
        - 'pypy-3.8-v7.3.8' # Python 3.8 and PyPy 7.3.8
    steps:
    - uses: actions/checkout@v2
    - uses: actions/setup-python@v3
      with:
        python-version: ${{ matrix.python-version }}

See more usage examples in the documentation


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added dependencies A PR that updates dependencies - used by Release Drafter github-tags major when you make incompatible API changes renovate Universal dependency update tool labels Mar 1, 2022
@ivankatliarchuk ivankatliarchuk self-assigned this Mar 1, 2022
@ivankatliarchuk ivankatliarchuk merged commit d1654ab into master Mar 1, 2022
@ivankatliarchuk ivankatliarchuk deleted the renovate/master-actions-setup-python-3.x branch March 1, 2022 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A PR that updates dependencies - used by Release Drafter github-tags major when you make incompatible API changes renovate Universal dependency update tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants