Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 2222b11

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.4 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 748187f commit 2222b11

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/rhiza_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install uv
4444
uses: astral-sh/setup-uv@v7.3.0
4545
with:
46-
version: "0.10.3"
46+
version: "0.10.4"
4747

4848
- name: Configure git auth for private packages
4949
uses: ./.github/actions/configure-git-auth

.github/workflows/rhiza_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v7.3.0
3333
with:
34-
version: "0.10.3"
34+
version: "0.10.4"
3535

3636
- name: Configure git auth for private packages
3737
uses: ./.github/actions/configure-git-auth
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install uv
6868
uses: astral-sh/setup-uv@v7.3.0
6969
with:
70-
version: "0.10.3"
70+
version: "0.10.4"
7171
python-version: ${{ matrix.python-version }}
7272

7373
- name: Configure git auth for private packages
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install uv
9292
uses: astral-sh/setup-uv@v7.3.0
9393
with:
94-
version: "0.10.3"
94+
version: "0.10.4"
9595

9696
- name: Configure git auth for private packages
9797
uses: ./.github/actions/configure-git-auth

.github/workflows/rhiza_marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install uv
8484
uses: astral-sh/setup-uv@v7.3.0
8585
with:
86-
version: "0.10.3"
86+
version: "0.10.4"
8787

8888
- name: Configure git auth for private packages
8989
uses: ./.github/actions/configure-git-auth

.github/workflows/rhiza_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install uv
114114
uses: astral-sh/setup-uv@v7.3.0
115115
with:
116-
version: "0.10.3"
116+
version: "0.10.4"
117117

118118
- name: Configure git auth for private packages
119119
uses: ./.github/actions/configure-git-auth
@@ -327,7 +327,7 @@ jobs:
327327
- name: Install uv
328328
uses: astral-sh/setup-uv@v7.3.0
329329
with:
330-
version: "0.10.3"
330+
version: "0.10.4"
331331

332332
- name: "Sync the virtual environment for ${{ github.repository }}"
333333
shell: bash

0 commit comments

Comments
 (0)