File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
2828
2929 - name : Install the latest version of uv and set the python version
30- uses : astral-sh/setup-uv@v6
30+ uses : astral-sh/setup-uv@v7
3131 with :
3232 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3333 cache-dependency-glob : ' **/pyproject.toml'
Original file line number Diff line number Diff line change 8181 - uses : actions/checkout@v5
8282
8383 - name : Install the latest version of uv and set the python version
84- uses : astral-sh/setup-uv@v6
84+ uses : astral-sh/setup-uv@v7
8585 with :
8686 python-version : ${{ env.MAIN_PYTHON_VERSION }}
8787 cache-dependency-glob : ' **/pyproject.toml'
@@ -133,7 +133,7 @@ jobs:
133133 - uses : actions/checkout@v5
134134
135135 - name : Install the latest version of uv and set the python version
136- uses : astral-sh/setup-uv@v6
136+ uses : astral-sh/setup-uv@v7
137137 with :
138138 python-version : ${{ env.MAIN_PYTHON_VERSION }}
139139 cache-dependency-glob : ' **/pyproject.toml'
@@ -333,7 +333,7 @@ jobs:
333333 ls -l ${{ env.GITHUB_WORKSPACE }}/src/ansys/tools/installer/assets/python-asset/${{ env.FOLDER_NAME }}
334334
335335 - name : Install the latest version of uv and set the python version
336- uses : astral-sh/setup-uv@v6
336+ uses : astral-sh/setup-uv@v7
337337 with :
338338 python-version : ${{ env.MAIN_PYTHON_VERSION }}
339339 cache-dependency-glob : ' **/pyproject.toml'
You can’t perform that action at this time.
0 commit comments