8000 chore(deps): update actions/setup-python action to v5.2.0 (#1110) · benweint/openapi-python-client@d6b9fd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6b9fd2

Browse files
chore(deps): update actions/setup-python action to v5.2.0 (openapi-generators#1110)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | minor | `v5.1.1` -> `v5.2.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v5.2.0`](https://togithub.com/actions/setup-python/compare/v5.1.1...v5.2.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v5.1.1...v5.2.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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae47096 commit d6b9fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

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

@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v4.1.7
130130
- name: Set up Python
131-
uses: actions/setup-python@v5.1.1
131+
uses: actions/setup-python@v5.2.0
132132
with:
133133
python-version: "3.8"
134134
- name: Get Python Version

0 commit comments

Comments
 (0)
0