[PR #57] [MERGED] Update actions/setup-python action to v4 #250

Closed
opened 2026-03-02 15:57:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/57
Author: @renovate[bot]
Created: 6/8/2022
Status: Merged
Merged: 6/9/2022
Merged by: @probberechts

Base: masterHead: renovate/actions-setup-python-4.x


📝 Commits (1)

  • aba225e Update actions/setup-python action to v4

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 .github/workflows/ci.yml (+2 -2)
📝 .github/workflows/release.yml (+1 -1)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/57 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/8/2022 **Status:** ✅ Merged **Merged:** 6/9/2022 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/actions-setup-python-4.x` --- ### 📝 Commits (1) - [`aba225e`](https://github.com/probberechts/soccerdata/commit/aba225ef2cdbb5ac8f1db705bb641844fb7133e8) Update actions/setup-python action to v4 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+2 -2) 📝 `.github/workflows/release.yml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v3.1.2` -> `v4.0.0` | --- ### Release Notes <details> <summary>actions/setup-python</summary> ### [`v4.0.0`](https://togithub.com/actions/setup-python/releases/tag/v4.0.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v3.1.2...v4.0.0) ##### What's Changed - Support for `python-version-file` input: [#&#8203;336](https://togithub.com/actions/setup-python/issues/336) Example of usage: ```yaml - 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: [#&#8203;349](https://togithub.com/actions/setup-python/issues/349) Example of usage: ```yaml - 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`: [#&#8203;338](https://togithub.com/actions/setup-python/issues/338) - Bugfix: create missing `pypyX.Y` symlinks: [#&#8203;347](https://togithub.com/actions/setup-python/issues/347) - `PKG_CONFIG_PATH` environment variable: [#&#8203;400](https://togithub.com/actions/setup-python/issues/400) - Added `python-path` output: [#&#8203;405](https://togithub.com/actions/setup-python/issues/405) `python-path` output contains Python executable path. - Updated `zeit/ncc` to `vercel/ncc` package: [#&#8203;393](https://togithub.com/actions/setup-python/issues/393) - Bugfix: fixed output for prerelease version of poetry: [#&#8203;409](https://togithub.com/actions/setup-python/issues/409) - Made `pythonLocation` environment variable consistent for Python and PyPy: [#&#8203;418](https://togithub.com/actions/setup-python/issues/418) - Bugfix for `3.x-dev` syntax: [#&#8203;417](https://togithub.com/actions/setup-python/issues/417) - Other improvements: [#&#8203;318](https://togithub.com/actions/setup-python/issues/318) [#&#8203;396](https://togithub.com/actions/setup-python/issues/396) [#&#8203;384](https://togithub.com/actions/setup-python/issues/384) [#&#8203;387](https://togithub.com/actions/setup-python/issues/387) [#&#8203;388](https://togithub.com/actions/setup-python/issues/388) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/probberechts/soccerdata). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:57:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#250
No description provided.