Skip to content

Commit f3e532f

Browse files
Bump astral-sh/setup-uv from 6 to 7 (#447)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1eff49a commit f3e532f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

β€Ž.github/workflows/check.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: "πŸ”„ Install the latest version of uv"
43-
uses: astral-sh/setup-uv@v6
43+
uses: astral-sh/setup-uv@v7
4444
- name: "πŸ§ͺ Install tox"
4545
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
4646
- name: "🐍 Install Python"
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: "πŸ”„ Install the latest version of uv"
88-
uses: astral-sh/setup-uv@v6
88+
uses: astral-sh/setup-uv@v7
8989
- name: "πŸ§ͺ Install tox"
9090
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
9191
- name: "πŸ“¦ Build package to generate version"
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
fetch-depth: 0
133133
- name: "πŸ”„ Install the latest version of uv"
134-
uses: astral-sh/setup-uv@v6
134+
uses: astral-sh/setup-uv@v7
135135
- name: "πŸ§ͺ Install tox"
136136
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv
137137
- name: "βš™οΈ Setup test suite"

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: "πŸ”„ Install the latest version of uv"
17-
uses: astral-sh/setup-uv@v6
17+
uses: astral-sh/setup-uv@v7
1818
- name: "πŸ“¦ Build package"
1919
run: uv build --python 3.13 --python-preference only-managed --sdist --wheel . --out-dir dist
2020
- name: "πŸ“€ Store the distribution packages"

0 commit comments

Comments
Β (0)