Skip to content

Commit 64a25c7

Browse files
chore(deps): update actions/setup-python action to v7 (#1466)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v6.3.0` → `v7.0.0` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v7.0.0`](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v7.0.0...v7.0.0) ### [`v7`](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.3.0...v7.0.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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 416ee13 commit 64a25c7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 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.3.0
20+
uses: actions/setup-python@v7.0.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.3.0
79+
uses: actions/setup-python@v7.0.0
8080
with:
8181
python-version: "3.11"
8282

@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- uses: actions/checkout@v7.0.0
113-
- uses: actions/setup-python@v6
113+
- uses: actions/setup-python@v7
114114
with:
115115
python-version: "3.12"
116116
- name: Download coverage reports
@@ -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.3.0
164+
uses: actions/setup-python@v7.0.0
165165
with:
166166
python-version: "3.11"
167167
- name: Get Python Version

0 commit comments

Comments
 (0)