Skip to content

Commit f2c817e

Browse files
chore(deps): update actions/setup-python action to v5.5.0 (#1234)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v5.4.0` -> `v5.5.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v5.5.0`](https://redirect.github.com/actions/setup-python/compare/v5.4.0...v5.5.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v5.4.0...v5.5.0) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f07e68 commit f2c817e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919
- name: Set up Python
20-
uses: actions/setup-python@v5.4.0
20+
uses: actions/setup-python@v5.5.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/[email protected]
7878
- name: Set up Python
79-
uses: actions/setup-python@v5.4.0
79+
uses: actions/setup-python@v5.5.0
8080
with:
8181
python-version: "3.9"
8282

@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/[email protected]
166166
- name: Set up Python
167-
uses: actions/setup-python@v5.4.0
167+
uses: actions/setup-python@v5.5.0
168168
with:
169169
python-version: "3.9"
170170
- name: Get Python Version

0 commit comments

Comments
 (0)