[PR #72] [MERGED] Update actions/setup-python action to v4.2.0 #258

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

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/72
Author: @renovate[bot]
Created: 8/2/2022
Status: Merged
Merged: 8/4/2022
Merged by: @probberechts

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


📝 Commits (1)

  • ff098c0 Update actions/setup-python action to v4.2.0

📊 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 minor v4.1.0 -> v4.2.0

Release Notes

actions/setup-python

v4.2.0

Compare Source

In scope of this release we add the check-latest input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from python-versions repository. By default check-latest is set to false. For PyPy it will to try to reach https://downloads.python.org/pypy/versions.json

Example of usage:
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: '3.9'
      check-latest: true
  - run: python --version

Besides, it includes such changes as


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/72 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/2/2022 **Status:** ✅ Merged **Merged:** 8/4/2022 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `renovate/actions-setup-python-4.x` --- ### 📝 Commits (1) - [`ff098c0`](https://github.com/probberechts/soccerdata/commit/ff098c0a86479458d79ebeabe9253c5dee768e5d) Update actions/setup-python action to v4.2.0 ### 📊 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 | minor | `v4.1.0` -> `v4.2.0` | --- ### Release Notes <details> <summary>actions/setup-python</summary> ### [`v4.2.0`](https://togithub.com/actions/setup-python/releases/tag/v4.2.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.1.0...v4.2.0) In scope of this release we add the [check-latest](https://togithub.com/actions/setup-python/pull/406) input. If check-latest is set to true, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, the version will then be downloaded from [python-versions](https://togithub.com/actions/python-versions) repository. By default check-latest is set to false. For PyPy it will to try to reach https://downloads.python.org/pypy/versions.json ##### Example of usage: ```yaml steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: '3.9' check-latest: true - run: python --version ``` Besides, it includes such changes as - Resolved logs for python-version and file inputs: [https://github.com/actions/setup-python/pull/465](https://togithub.com/actions/setup-python/pull/465) - Added linux os release info to primary key: [https://github.com/actions/setup-python/pull/467](https://togithub.com/actions/setup-python/pull/467) - Added fix to change Python versions for poetry: [https://github.com/actions/setup-python/pull/445](https://togithub.com/actions/setup-python/pull/445) - Fix Tool Path handling for self-hosted runners: [https://github.com/actions/setup-python/pull/466](https://togithub.com/actions/setup-python/pull/466) </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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=--> --- <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:07 +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#258
No description provided.