Skip to content

Commit 3aa0cd9

Browse files
chore(deps): update all non-major dependencies to v0.11.19 (#823)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e7cfc6 commit 3aa0cd9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install uv
3333
uses: astral-sh/setup-uv@v8.2.0
3434
with:
35-
version: "0.11.18"
35+
version: "0.11.19"
3636
enable-cache: true
3737

3838
- name: Install python dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v8.2.0
3333
with:
34-
version: "0.11.18"
34+
version: "0.11.19"
3535

3636
- name: Get project Version
3737
id: project_version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v8.2.0
3030
with:
31-
version: "0.11.18"
31+
version: "0.11.19"
3232

3333
- name: Create release branch
3434
run: |

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v8.2.0
2222
with:
23-
version: "0.11.18"
23+
version: "0.11.19"
2424

2525
- name: Set up Python
2626
uses: actions/setup-python@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v8.2.0
4949
with:
50-
version: "0.11.18"
50+
version: "0.11.19"
5151
python-version: ${{ matrix.py }}
5252
enable-cache: true
5353

0 commit comments

Comments
 (0)