Skip to content

Commit ed9b30e

Browse files
psychedelicioushipsterusername
authored andcommitted
ci: bump uv to 0.6.10
1 parent 168e5ee commit ed9b30e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
6565
uses: astral-sh/setup-uv@v5
6666
with:
67-
version: '0.6.4'
67+
version: '0.6.10'
6868
enable-cache: true
6969

7070
- name: ruff check

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
9090
uses: astral-sh/setup-uv@v5
9191
with:
92-
version: '0.6.4'
92+
version: '0.6.10'
9393
enable-cache: true
9494
python-version: ${{ matrix.python-version }}
9595

.github/workflows/typegen-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ steps.changed-files.outputs.src_any_changed == 'true' || inputs.always_run == true }}
5959
uses: astral-sh/setup-uv@v5
6060
with:
61-
version: '0.6.4'
61+
version: '0.6.10'
6262
enable-cache: true
6363
python-version: '3.11'
6464

0 commit comments

Comments
 (0)