Skip to content

Commit a934350

Browse files
chore(deps): update actions/setup-python action to v6.3.0 (#1456)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v6.2.0` → `v6.3.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6.3.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.2.0...v6.3.0) ##### What's Changed ##### Enhancement - Add RHEL support and include Linux distro in cache keys by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;1323](https://redirect.github.com/actions/setup-python/pull/1323) - Fix pip cache error handling on Windows by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;1040](https://redirect.github.com/actions/setup-python/pull/1040) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1281](https://redirect.github.com/actions/setup-python/pull/1281) - Upgrade actions dependencies by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) with [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1303](https://redirect.github.com/actions/setup-python/pull/1303) - Upgrade [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://redirect.github.com/jasongin) in [#&#8203;1324](https://redirect.github.com/actions/setup-python/pull/1324) - Upgrade dependency versions and test workflow configuration by [@&#8203;HarithaVattikuti](https://redirect.github.com/HarithaVattikuti) in [#&#8203;1322](https://redirect.github.com/actions/setup-python/pull/1322) ##### Documentation - Update advanced-usage.md by [@&#8203;Dunky-Z](https://redirect.github.com/Dunky-Z) in [#&#8203;811](https://redirect.github.com/actions/setup-python/pull/811) ##### New Contributors - [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) with [@&#8203;Copilot](https://redirect.github.com/Copilot) made their first contribution in [#&#8203;1303](https://redirect.github.com/actions/setup-python/pull/1303) - [@&#8203;jasongin](https://redirect.github.com/jasongin) made their first contribution in [#&#8203;1324](https://redirect.github.com/actions/setup-python/pull/1324) - [@&#8203;Dunky-Z](https://redirect.github.com/Dunky-Z) made their first contribution in [#&#8203;811](https://redirect.github.com/actions/setup-python/pull/811) **Full Changelog**: <actions/setup-python@v6...v6.3.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, 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, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f63cfeb commit a934350

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v7.0.0
1919
- name: Set up Python
20-
uses: actions/setup-python@v6.2.0
20+
uses: actions/setup-python@v6.3.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v7.0.0
7878
- name: Set up Python
79-
uses: actions/setup-python@v6.2.0
79+
uses: actions/setup-python@v6.3.0
8080
with:
8181
python-version: "3.11"
8282

@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v7.0.0
163163
- name: Set up Python
164-
uses: actions/setup-python@v6.2.0
164+
uses: actions/setup-python@v6.3.0
165165
with:
166166
python-version: "3.11"
167167
- name: Get Python Version

0 commit comments

Comments
 (0)