Skip to content

Commit c31461f

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

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/rhiza_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install uv
4040
uses: astral-sh/setup-uv@v7.3.0
4141
with:
42-
version: "0.10.2"
42+
version: "0.10.4"
4343

4444
- name: Configure git auth for private packages
4545
uses: ./.github/actions/configure-git-auth

.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.2"
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.2"
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.2"
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.2"
94+
version: "0.10.4"
9595

9696
- name: Configure git auth for private packages
9797
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
@@ -122,7 +122,7 @@ jobs:
122122
- name: Install uv
123123
uses: astral-sh/setup-uv@v7.3.0
124124
with:
125-
version: "0.10.2"
125+
version: "0.10.4"
126126

127127
- name: Configure git auth for private packages
128128
uses: ./.github/actions/configure-git-auth
@@ -387,7 +387,7 @@ jobs:
387387
- name: Install uv
388388
uses: astral-sh/setup-uv@v7.3.0
389389
with:
390-
version: "0.10.2"
390+
version: "0.10.4"
391391

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

.github/workflows/rhiza_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v7.3.0
2424
with:
25-
version: "0.10.2"
25+
version: "0.10.4"
2626

2727
- name: Configure git auth for private packages
2828
uses: ./.github/actions/configure-git-auth

0 commit comments

Comments
 (0)