Skip to content

Commit 3fb24c6

Browse files
chore(deps): update dependency astral-sh/uv to v0.11.6
1 parent 351a227 commit 3fb24c6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CD-main.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@v7
3333
with:
34-
version: 0.10.9
34+
version: 0.11.6
3535
enable-cache: true
3636
- name: Set up Python
3737
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@v7
6969
with:
70-
version: 0.10.9
70+
version: 0.11.6
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@v7
9999
with:
100-
version: 0.10.9
100+
version: 0.11.6
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 }}
@@ -141,7 +141,7 @@ jobs:
141141
- name: Install uv
142142
uses: astral-sh/setup-uv@v7
143143
with:
144-
version: 0.10.9
144+
version: 0.11.6
145145
enable-cache: true
146146
- name: Run prek hooks
147147
run: SKIP=basedpyright uv run prek run --all-files
@@ -163,7 +163,7 @@ jobs:
163163
- name: Install uv
164164
uses: astral-sh/setup-uv@v7
165165
with:
166-
version: 0.10.9
166+
version: 0.11.6
167167
enable-cache: true
168168
- name: Set up Python ${{ matrix.py }}
169169
run: uv python install ${{ matrix.py }} && uv python pin ${{ matrix.py }}
@@ -182,7 +182,7 @@ jobs:
182182
- name: Install uv
183183
uses: astral-sh/setup-uv@v7
184184
with:
185-
version: 0.10.9
185+
version: 0.11.6
186186
enable-cache: true
187187
- name: Set up Python 3.10
188188
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
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install uv
3131
uses: astral-sh/setup-uv@v7
3232
with:
33-
version: 0.10.9
33+
version: 0.11.6
3434
enable-cache: true
3535
- name: Set up Python
3636
run: uv python install $PYTHON_VERSION && uv python pin $PYTHON_VERSION

0 commit comments

Comments
 (0)