|
52 | 52 | timeout-minutes: 60 |
53 | 53 | steps: |
54 | 54 | - name: Install the latest version of uv |
55 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 55 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
56 | 56 | with: |
57 | 57 | python-version: ${{ matrix.python-version }} |
58 | 58 | - name: Checkout pydantic |
|
85 | 85 | timeout-minutes: 60 |
86 | 86 | steps: |
87 | 87 | - name: Install the latest version of uv |
88 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 88 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
89 | 89 | with: |
90 | 90 | python-version: ${{ matrix.python-version }} |
91 | 91 | - name: Checkout typing_inspect |
@@ -120,7 +120,7 @@ jobs: |
120 | 120 | timeout-minutes: 60 |
121 | 121 | steps: |
122 | 122 | - name: Install the latest version of uv |
123 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 123 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
124 | 124 | with: |
125 | 125 | python-version: ${{ matrix.python-version }} |
126 | 126 | - name: Check out pycroscope |
@@ -155,7 +155,7 @@ jobs: |
155 | 155 | timeout-minutes: 60 |
156 | 156 | steps: |
157 | 157 | - name: Install the latest version of uv |
158 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 158 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
159 | 159 | with: |
160 | 160 | python-version: ${{ matrix.python-version }} |
161 | 161 | - name: Check out typeguard |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | timeout-minutes: 60 |
194 | 194 | steps: |
195 | 195 | - name: Install the latest version of uv |
196 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 196 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
197 | 197 | with: |
198 | 198 | python-version: ${{ matrix.python-version }} |
199 | 199 | - name: Check out typed-argument-parser |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | timeout-minutes: 60 |
237 | 237 | steps: |
238 | 238 | - name: Install the latest version of uv |
239 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 239 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
240 | 240 | with: |
241 | 241 | python-version: ${{ matrix.python-version }} |
242 | 242 | - name: Checkout mypy for stubtest and mypyc tests |
@@ -272,7 +272,7 @@ jobs: |
272 | 272 | timeout-minutes: 60 |
273 | 273 | steps: |
274 | 274 | - name: Install the latest version of uv |
275 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 275 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
276 | 276 | with: |
277 | 277 | python-version: ${{ matrix.python-version }} |
278 | 278 | - name: Checkout cattrs |
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | timeout-minutes: 60 |
311 | 311 | steps: |
312 | 312 | - name: Install the latest version of uv |
313 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 313 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
314 | 314 | with: |
315 | 315 | python-version: ${{ matrix.python-version }} |
316 | 316 | - name: Checkout sqlalchemy |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 | python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] |
343 | 343 | steps: |
344 | 344 | - name: Install the latest version of uv |
345 | | - uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 |
| 345 | + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2 |
346 | 346 | with: |
347 | 347 | python-version: ${{ matrix.python-version }} |
348 | 348 | - name: Checkout litestar |
|
0 commit comments