Skip to content

Commit fcea86c

Browse files
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](astral-sh/setup-uv@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] <[email protected]>
1 parent 2156159 commit fcea86c

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)