Closed renovate[bot] closed 2 years ago
āļø Deploy Preview for packwiz ready!
šØ Explore the source changes: fb5929c6bf241990536f423e93517221b4a75acd
š Inspect the deploy log: https://app.netlify.com/sites/packwiz/deploys/621cafffc67df5000843924f
š Browse the preview: https://deploy-preview-14--packwiz.netlify.app
This PR contains the following updates:
v2.3.2
->v3.0.0
Release Notes
actions/setup-python
### [`v3.0.0`](https://togithub.com/actions/setup-python/releases/v3.0.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v2.3.2...v3.0.0) #### What's Changed - Update default runtime to node16 ([https://github.com/actions/setup-python/pull/340](https://togithub.com/actions/setup-python/pull/340)) - Update `package-lock.json` file version to 2, `@types/node` to 16.11.25 and `typescript` to 4.2.3 ([https://github.com/actions/setup-python/pull/341](https://togithub.com/actions/setup-python/pull/341)) - Remove legacy `pypy2` and `pypy3` keywords ([https://github.com/actions/setup-python/pull/342](https://togithub.com/actions/setup-python/pull/342)) ##### 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: ```yaml 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](https://togithub.com/actions/setup-python#specifying-a-pypy-version)Configuration
š Schedule: At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.