@@ -43,11 +43,11 @@ jobs:
4343 install : true
4444
4545 - name : 🕶️ Install uv
46- uses : astral-sh/setup-uv@v7
46+ uses : astral-sh/setup-uv@v8.0.0
4747 with :
4848 python-version : ${{ matrix.python }}
4949 activate-environment : true
50- cache-suffix : vanilla-2
50+ cache-suffix : " -20260407 "
5151
5252 - name : 📦 Set up Python dependencies (Unix)
5353 if : runner.os != 'Windows'
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : 📦 Set up Python dependencies
120120 run : |
121- uv sync -p 3.12.5
121+ uv sync -p 3.14
122122
123123 - name : 🏃🏻➡️ Test LKPY
124124 run : |
@@ -155,10 +155,11 @@ jobs:
155155 fetch-depth : 0
156156
157157 - name : 🕶️ Install uv
158- uses : astral-sh/setup-uv@v7
158+ uses : astral-sh/setup-uv@v8.0.0
159159 with :
160160 python-version : " 3.12.5"
161161 activate-environment : true
162+ cache-suffix : " -20260407"
162163
163164 - name : 📦 Set up Python dependencies
164165 run : |
@@ -208,10 +209,11 @@ jobs:
208209 install : false
209210
210211 - name : 🕶️ Install uv
211- uses : astral-sh/setup-uv@v7
212+ uses : astral-sh/setup-uv@v8.0.0
212213 with :
213214 python-version : " 3.12.5"
214215 activate-environment : true
216+ cache-suffix : " -20260407"
215217
216218 - name : 📦 Set up Python dependencies
217219 run : |
@@ -262,10 +264,11 @@ jobs:
262264 install : false
263265
264266 - name : 🕶️ Install uv
265- uses : astral-sh/setup-uv@v7
267+ uses : astral-sh/setup-uv@v8.0.0
266268 with :
267269 python-version : " 3.12.5"
268270 activate-environment : true
271+ cache-suffix : " -20260407"
269272
270273 - name : 📦 Set up Python dependencies (Unix)
271274 if : runner.os != 'Windows'
@@ -400,10 +403,11 @@ jobs:
400403 git config user.email lkbot@lenskit.org
401404
402405 - name : 🕶️ Install uv
403- uses : astral-sh/setup-uv@v7
406+ uses : astral-sh/setup-uv@v8.0.0
404407 with :
405408 python-version : " 3.12.5"
406409 activate-environment : true
410+ cache-suffix : " -20260407"
407411
408412 - name : 📦 Set up Python dependencies
409413 run : |
0 commit comments