diff --git a/.github/workflows/build-single-product-part.yml b/.github/workflows/build-single-product-part.yml index 9991c558..e98f08f5 100644 --- a/.github/workflows/build-single-product-part.yml +++ b/.github/workflows/build-single-product-part.yml @@ -224,7 +224,7 @@ jobs: STAGE: ${{ inputs.stage }} - name: setup python if: ${{ steps.get-parameters.outputs.type == 'api' }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }} # cache: 'pip' Disable cache as uv is probably faster anyways: https://github.com/actions/setup-python/issues/822 diff --git a/.github/workflows/build-workspace-product-part.yml b/.github/workflows/build-workspace-product-part.yml index 1377b433..a5dab19c 100644 --- a/.github/workflows/build-workspace-product-part.yml +++ b/.github/workflows/build-workspace-product-part.yml @@ -123,7 +123,7 @@ jobs: registry-url: ${{ env.NPM_REGISTRY }} - name: setup python if: ${{ steps.get-parameters.outputs.type == 'api' }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }} # TODO: This fails with Error: No file in ..._product matched to [**/requirements.txt]