From 1e8d2adf8a7dd8bd8724e69ad477abfdb47d3b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 01:02:37 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/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] --- .github/workflows/build-single-product-part.yml | 2 +- .github/workflows/build-workspace-product-part.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]