Skip to content

Commit fd6c16b

Browse files
Bump astral-sh/setup-uv from 3 to 4 (#2802)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Bernát Gábor <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 898abfd commit fd6c16b

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
fetch-depth: 0
6565
- name: Install the latest version of uv
66-
uses: astral-sh/setup-uv@v3
66+
uses: astral-sh/setup-uv@v4
6767
with:
6868
enable-cache: true
6969
cache-dependency-glob: "pyproject.toml"
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
fetch-depth: 0
134134
- name: Install the latest version of uv
135-
uses: astral-sh/setup-uv@v3
135+
uses: astral-sh/setup-uv@v4
136136
with:
137137
enable-cache: true
138138
cache-dependency-glob: "pyproject.toml"

.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@v3
17+
uses: astral-sh/setup-uv@v4
1818
with:
1919
enable-cache: true
2020
cache-dependency-glob: "pyproject.toml"

docs/changelog/2800.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Upgrade embedded wheels:
2+
3+
* wheel to ``0.45.0`` from ``0.44.0``
4+
* setuptools to ``75.5.0``
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)