From fcb858aefc26794044aa71029dec8d70b5aa9f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:05:39 +0000 Subject: [PATCH] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/samples-python-client-echo-api.yaml | 2 +- .github/workflows/samples-python-petstore.yaml | 2 +- .../workflows/samples-python-pydantic-v1-client-echo-api.yaml | 2 +- .github/workflows/samples-python-pydantic-v1-petstore.yaml | 2 +- .github/workflows/samples-python-server.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/samples-python-client-echo-api.yaml b/.github/workflows/samples-python-client-echo-api.yaml index 5b5b3f05f632..8b073ac1897f 100644 --- a/.github/workflows/samples-python-client-echo-api.yaml +++ b/.github/workflows/samples-python-client-echo-api.yaml @@ -24,7 +24,7 @@ jobs: - "3.11" steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Setup node.js diff --git a/.github/workflows/samples-python-petstore.yaml b/.github/workflows/samples-python-petstore.yaml index 21c80cc42db6..f6ec2e090071 100644 --- a/.github/workflows/samples-python-petstore.yaml +++ b/.github/workflows/samples-python-petstore.yaml @@ -33,7 +33,7 @@ jobs: SWAGGER_BASE_PATH: /v2 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 id: py with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml b/.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml index f52bf471e135..6aa3bab3b396 100644 --- a/.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml +++ b/.github/workflows/samples-python-pydantic-v1-client-echo-api.yaml @@ -24,7 +24,7 @@ jobs: - "3.11" steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Setup node.js diff --git a/.github/workflows/samples-python-pydantic-v1-petstore.yaml b/.github/workflows/samples-python-pydantic-v1-petstore.yaml index ce5c1265d3ea..cf898074d30e 100644 --- a/.github/workflows/samples-python-pydantic-v1-petstore.yaml +++ b/.github/workflows/samples-python-pydantic-v1-petstore.yaml @@ -33,7 +33,7 @@ jobs: SWAGGER_BASE_PATH: /v2 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 id: py with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/samples-python-server.yaml b/.github/workflows/samples-python-server.yaml index 9c751cde5d66..95ff583f0626 100644 --- a/.github/workflows/samples-python-server.yaml +++ b/.github/workflows/samples-python-server.yaml @@ -19,7 +19,7 @@ jobs: - samples/server/petstore/python-aiohttp-srclayout/ steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.7' - name: Test