From fcea86c311c07962c56b4bb3f14104d0bfade72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:11:16 +0000 Subject: [PATCH] Build(deps): Bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate_python_versions.yml | 2 +- .github/workflows/ci_cd.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autoupdate_python_versions.yml b/.github/workflows/autoupdate_python_versions.yml index 74aba506..83c38519 100644 --- a/.github/workflows/autoupdate_python_versions.yml +++ b/.github/workflows/autoupdate_python_versions.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache-dependency-glob: '**/pyproject.toml' diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 14d29528..2db3157a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v5 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache-dependency-glob: '**/pyproject.toml' @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v5 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache-dependency-glob: '**/pyproject.toml' @@ -333,7 +333,7 @@ jobs: ls -l ${{ env.GITHUB_WORKSPACE }}/src/ansys/tools/installer/assets/python-asset/${{ env.FOLDER_NAME }} - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} cache-dependency-glob: '**/pyproject.toml'