From 507faeddfb12b2d03d2061e85f293a13a85b87c6 Mon Sep 17 00:00:00 2001 From: t-huyeng <39559223+t-huyeng@users.noreply.github.com> Date: Mon, 6 Mar 2023 21:36:44 +0100 Subject: [PATCH] update python version --- .github/workflows/deutschland_generator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deutschland_generator.yaml b/.github/workflows/deutschland_generator.yaml index 996184e..998d706 100644 --- a/.github/workflows/deutschland_generator.yaml +++ b/.github/workflows/deutschland_generator.yaml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7.8' ] + python-version: ['3.11.1'] steps: - uses: actions/checkout@v2 @@ -17,7 +17,7 @@ jobs: file_glob: "openapi.yaml" - name: "Generate deutschland code" - uses: wirthual/deutschland-generator-action@v0.7.0 + uses: wirthual/deutschland-generator-action@latest with: openapi-file: ${{ github.workspace }}/openapi.yaml upload-to-pypi: false