|
51 | 51 | runs-on: ubuntu-latest |
52 | 52 | timeout-minutes: 60 |
53 | 53 | steps: |
54 | | - - name: Install the latest version of uv |
| 54 | + - name: Install uv |
55 | 55 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
56 | 56 | with: |
| 57 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 58 | + version: "0.12.7" |
| 59 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
57 | 60 | python-version: ${{ matrix.python-version }} |
58 | 61 | - name: Checkout pydantic |
59 | 62 | run: git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git |
|
84 | 87 | runs-on: ubuntu-latest |
85 | 88 | timeout-minutes: 60 |
86 | 89 | steps: |
87 | | - - name: Install the latest version of uv |
| 90 | + - name: Install uv |
88 | 91 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
89 | 92 | with: |
| 93 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 94 | + version: "0.12.7" |
| 95 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
90 | 96 | python-version: ${{ matrix.python-version }} |
91 | 97 | - name: Checkout typing_inspect |
92 | 98 | run: git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git |
@@ -119,9 +125,12 @@ jobs: |
119 | 125 | runs-on: ubuntu-latest |
120 | 126 | timeout-minutes: 60 |
121 | 127 | steps: |
122 | | - - name: Install the latest version of uv |
| 128 | + - name: Install uv |
123 | 129 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
124 | 130 | with: |
| 131 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 132 | + version: "0.12.7" |
| 133 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
125 | 134 | python-version: ${{ matrix.python-version }} |
126 | 135 | - name: Check out pycroscope |
127 | 136 | run: git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git |
@@ -154,9 +163,12 @@ jobs: |
154 | 163 | runs-on: ubuntu-latest |
155 | 164 | timeout-minutes: 60 |
156 | 165 | steps: |
157 | | - - name: Install the latest version of uv |
| 166 | + - name: Install uv |
158 | 167 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
159 | 168 | with: |
| 169 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 170 | + version: "0.12.7" |
| 171 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
160 | 172 | python-version: ${{ matrix.python-version }} |
161 | 173 | - name: Check out typeguard |
162 | 174 | run: git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git |
@@ -192,9 +204,12 @@ jobs: |
192 | 204 | runs-on: ubuntu-latest |
193 | 205 | timeout-minutes: 60 |
194 | 206 | steps: |
195 | | - - name: Install the latest version of uv |
| 207 | + - name: Install uv |
196 | 208 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
197 | 209 | with: |
| 210 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 211 | + version: "0.12.7" |
| 212 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
198 | 213 | python-version: ${{ matrix.python-version }} |
199 | 214 | - name: Check out typed-argument-parser |
200 | 215 | run: git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git || git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git |
@@ -235,9 +250,12 @@ jobs: |
235 | 250 | runs-on: ubuntu-latest |
236 | 251 | timeout-minutes: 60 |
237 | 252 | steps: |
238 | | - - name: Install the latest version of uv |
| 253 | + - name: Install uv |
239 | 254 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
240 | 255 | with: |
| 256 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 257 | + version: "0.12.7" |
| 258 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
241 | 259 | python-version: ${{ matrix.python-version }} |
242 | 260 | - name: Checkout mypy for stubtest and mypyc tests |
243 | 261 | run: git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git |
@@ -271,9 +289,12 @@ jobs: |
271 | 289 | runs-on: ubuntu-latest |
272 | 290 | timeout-minutes: 60 |
273 | 291 | steps: |
274 | | - - name: Install the latest version of uv |
| 292 | + - name: Install uv |
275 | 293 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
276 | 294 | with: |
| 295 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 296 | + version: "0.12.7" |
| 297 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
277 | 298 | python-version: ${{ matrix.python-version }} |
278 | 299 | - name: Checkout cattrs |
279 | 300 | run: git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git |
@@ -309,9 +330,12 @@ jobs: |
309 | 330 | runs-on: ubuntu-22.04 |
310 | 331 | timeout-minutes: 60 |
311 | 332 | steps: |
312 | | - - name: Install the latest version of uv |
| 333 | + - name: Install uv |
313 | 334 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
314 | 335 | with: |
| 336 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 337 | + version: "0.12.7" |
| 338 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
315 | 339 | python-version: ${{ matrix.python-version }} |
316 | 340 | - name: Checkout sqlalchemy |
317 | 341 | run: git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git || git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git |
@@ -341,9 +365,12 @@ jobs: |
341 | 365 | # As of 2 November 2025 a dependency is missing 3.14 wheels |
342 | 366 | python-version: [ "3.11", "3.12", "3.13" ] |
343 | 367 | steps: |
344 | | - - name: Install the latest version of uv |
| 368 | + - name: Install uv |
345 | 369 | uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
346 | 370 | with: |
| 371 | + # renovate: datasource=github-release-attachments depName=astral-sh/uv |
| 372 | + version: "0.12.7" |
| 373 | + checksum: "788f18abea7c5f55d6216e4f5613fd89d4d59b631efeec117b2b07fe72f1da21" |
347 | 374 | python-version: ${{ matrix.python-version }} |
348 | 375 | - name: Checkout litestar |
349 | 376 | run: git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git |
|
0 commit comments