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'