Skip to content

Commit 0371c28

Browse files
dependabot[bot]Goopher Maijenburg
authored andcommitted
Bump actions/setup-python from 5 to 6 (OpenAPITools#21901)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed59f95 commit 0371c28

7 files changed

+8
-8
lines changed

.github/workflows/samples-postman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.12"
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install

.github/workflows/samples-python-client-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "3.13"
2626
steps:
2727
- uses: actions/checkout@v5
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Setup node.js

.github/workflows/samples-python-fastapi-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/server/petstore/python-fastapi/
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.9'
2525
- name: Install dependencies

.github/workflows/samples-python-petstore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v5
16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.13"
1919
- name: Install validator
@@ -45,7 +45,7 @@ jobs:
4545
SWAGGER_BASE_PATH: /v2
4646
steps:
4747
- uses: actions/checkout@v5
48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
id: py
5050
with:
5151
python-version: ${{ matrix.python-version }}

.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "3.12"
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Setup node.js

.github/workflows/samples-python-pydantic-v1-petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
SWAGGER_BASE_PATH: /v2
3333
steps:
3434
- uses: actions/checkout@v5
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
id: py
3737
with:
3838
python-version: ${{ matrix.python-version }}

.github/workflows/samples-python-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/server/petstore/python-aiohttp-srclayout/
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.9'
2525
- name: Test

0 commit comments

Comments
 (0)