Skip to content

Commit 4136a22

Browse files
Update dependency astral-sh/uv to v0.8.9 (#166)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b69a01a commit 4136a22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install uv
5757
uses: astral-sh/setup-uv@v6
5858
with:
59-
version: 0.8.8
59+
version: 0.8.9
6060
enable-cache: true
6161
- name: Set up Python ${{ matrix.py }}
6262
run: uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }} && uv venv --python ${{ matrix.py }}
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install uv
8888
uses: astral-sh/setup-uv@v6
8989
with:
90-
version: 0.8.8
90+
version: 0.8.9
9191
enable-cache: true
9292
- name: Run pre-commit hooks
9393
run: SKIP=basedpyright uv run --with pre-commit --with ruff pre-commit run --all-files
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install uv
108108
uses: astral-sh/setup-uv@v6
109109
with:
110-
version: 0.8.8
110+
version: 0.8.9
111111
enable-cache: true
112112
- name: Set up Python ${{ matrix.py }}
113113
run: uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }}
@@ -139,7 +139,7 @@ jobs:
139139
- name: Install uv
140140
uses: astral-sh/setup-uv@v6
141141
with:
142-
version: 0.8.8
142+
version: 0.8.9
143143
enable-cache: true
144144
- name: Set up Python
145145
run: uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION

0 commit comments

Comments
 (0)