Skip to content

Commit 394a8c0

Browse files
Update uv to v0.11.6 (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dba9748 commit 394a8c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
1818
with:
19-
version: "0.11.3"
19+
version: "0.11.6"
2020
enable-cache: true
2121
- name: Build package
2222
run: uv build

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
1919
with:
20-
version: "0.11.3"
20+
version: "0.11.6"
2121
enable-cache: true
2222
- name: Install Python
2323
run: uv python install 3.14
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install uv
9494
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
9595
with:
96-
version: "0.11.3"
96+
version: "0.11.6"
9797
enable-cache: true
9898
- name: Install Python
9999
run: uv python install ${{ matrix.python }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv 0.11.3
1+
uv 0.11.6

0 commit comments

Comments
 (0)