Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

chore(deps): update actions/setup-python action to v4 #1614

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v3.1.2 -> v4.0.0

Release Notes

actions/setup-python

v4.0.0

Compare Source

What's Changed
  • Support for python-version-file input: #​336

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version-file: '.python-version' # Read python version from a file
- run: python my_script.py

There is no default python version for this setup-python major version, the action requires to specify either python-version input or python-version-file input. If the python-version input is not specified the action will try to read required version from file from python-version-file input.

  • Use pypyX.Y for PyPy python-version input: #​349

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- run: python my_script.py
  • RUNNER_TOOL_CACHE environment variable is equal AGENT_TOOLSDIRECTORY: #​338

  • Bugfix: create missing pypyX.Y symlinks: #​347

  • PKG_CONFIG_PATH environment variable: #​400

  • Added python-path output: #​405
    python-path output contains Python executable path.

  • Updated zeit/ncc to vercel/ncc package: #​393

  • Bugfix: fixed output for prerelease version of poetry: #​409

  • Made pythonLocation environment variable consistent for Python and PyPy: #​418

  • Bugfix for 3.x-dev syntax: #​417

  • Other improvements: #​318 #​396 #​384 #​387 #​388


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@ghost ghost added size/XS Categorises a PR that changes 0-9 lines, ignoring generated files. precommit:ok CI status: pre-commit validation successful changelog:ok CI status: changelog validation successful labels Jun 8, 2022
@onedr0p onedr0p merged commit bcfc817 into master Jun 8, 2022
@onedr0p onedr0p deleted the renovate/actions-setup-python-4.x branch June 8, 2022 16:05
truxnell added a commit that referenced this pull request Jun 10, 2022
truxnell added a commit that referenced this pull request Jun 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
changelog:ok CI status: changelog validation successful precommit:ok CI status: pre-commit validation successful size/XS Categorises a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants