Skip to content

Commit 2c0544c

Browse files
committed
bump uv version
1 parent 6c28c37 commit 2c0544c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install uv & python
1919
uses: astral-sh/setup-uv@v7
2020
with:
21-
version: "0.10.4"
21+
version: "0.11.28"
2222
python-version: "3.10"
2323
enable-cache: "false"
2424
- name: Push tag for each updated package

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install uv and python
1717
uses: astral-sh/setup-uv@v7
1818
with:
19-
version: "0.10.4"
19+
version: "0.11.28"
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install
2222
run: make install-dev

.github/workflows/dependency-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install uv and python
1919
uses: astral-sh/setup-uv@v7
2020
with:
21-
version: "0.10.4"
21+
version: "0.11.28"
2222
python-version: "3.10"
2323
- name: UV Python dependency updater
2424
env:

0 commit comments

Comments
 (0)