Skip to content

Commit e9c8678

Browse files
Update dependency astral-sh/uv to v0.9.27 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0d1eff commit e9c8678

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CD-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6
2525
with:
26-
version: 0.9.2
26+
version: 0.9.27
2727
enable-cache: true
2828
- name: Set up Python
2929
run: uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install uv
6868
uses: astral-sh/setup-uv@v6
6969
with:
70-
version: 0.9.2
70+
version: 0.9.27
7171
enable-cache: true
7272
- name: Generate matrix
7373
id: set-matrix
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install uv
9898
uses: astral-sh/setup-uv@v6
9999
with:
100-
version: 0.9.2
100+
version: 0.9.27
101101
enable-cache: true
102102
- name: Set up Python ${{ matrix.py }}
103103
run: uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }} && uv venv --python ${{ matrix.py }}
@@ -136,7 +136,7 @@ jobs:
136136
- name: Install uv
137137
uses: astral-sh/setup-uv@v6
138138
with:
139-
version: 0.9.2
139+
version: 0.9.27
140140
enable-cache: true
141141
- name: Run pre-commit hooks
142142
run: SKIP=basedpyright uv run --with pre-commit --with ruff pre-commit run --all-files
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install uv
159159
uses: astral-sh/setup-uv@v6
160160
with:
161-
version: 0.9.2
161+
version: 0.9.27
162162
enable-cache: true
163163
- name: Set up Python ${{ matrix.py }}
164164
run: uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }}
@@ -177,7 +177,7 @@ jobs:
177177
- name: Install uv
178178
uses: astral-sh/setup-uv@v6
179179
with:
180-
version: 0.9.2
180+
version: 0.9.27
181181
enable-cache: true
182182
- name: Set up Python 3.10
183183
run: uv python install 3.10 && uv python pin 3.10

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v6
2929
with:
30-
version: 0.9.2
30+
version: 0.9.27
3131
enable-cache: true
3232
- name: Set up Python
3333
run: uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION

0 commit comments

Comments
 (0)