Skip to content

Commit 4b470f0

Browse files
Build(deps): Bump astral-sh/setup-uv from 6 to 7 (#522)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11007ab commit 4b470f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/autoupdate_python_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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'

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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'

0 commit comments

Comments
 (0)