@@ -52,13 +52,13 @@ jobs:
5252timeout-minutes :60
5353steps :
5454 -name :Install the latest version of uv
55- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
55+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
5656with :
5757python-version :${{ matrix.python-version }}
5858 -name :Checkout pydantic
5959run :git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git
6060 -name :Checkout typing_extensions
61- uses :actions/checkout@v5
61+ uses :actions/checkout@v6
6262with :
6363path :typing-extensions-latest
6464persist-credentials :false
@@ -85,13 +85,13 @@ jobs:
8585timeout-minutes :60
8686steps :
8787 -name :Install the latest version of uv
88- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
88+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
8989with :
9090python-version :${{ matrix.python-version }}
9191 -name :Checkout typing_inspect
9292run :git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git
9393 -name :Checkout typing_extensions
94- uses :actions/checkout@v5
94+ uses :actions/checkout@v6
9595with :
9696path :typing-extensions-latest
9797persist-credentials :false
@@ -120,13 +120,13 @@ jobs:
120120timeout-minutes :60
121121steps :
122122 -name :Install the latest version of uv
123- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
123+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
124124with :
125125python-version :${{ matrix.python-version }}
126126 -name :Check out pycroscope
127127run :git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git
128128 -name :Checkout typing_extensions
129- uses :actions/checkout@v5
129+ uses :actions/checkout@v6
130130with :
131131path :typing-extensions-latest
132132persist-credentials :false
@@ -155,13 +155,13 @@ jobs:
155155timeout-minutes :60
156156steps :
157157 -name :Install the latest version of uv
158- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
158+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
159159with :
160160python-version :${{ matrix.python-version }}
161161 -name :Check out typeguard
162162run :git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git
163163 -name :Checkout typing_extensions
164- uses :actions/checkout@v5
164+ uses :actions/checkout@v6
165165with :
166166path :typing-extensions-latest
167167persist-credentials :false
@@ -193,13 +193,13 @@ jobs:
193193timeout-minutes :60
194194steps :
195195 -name :Install the latest version of uv
196- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
196+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
197197with :
198198python-version :${{ matrix.python-version }}
199199 -name :Check out typed-argument-parser
200200run :git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git || git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git
201201 -name :Checkout typing_extensions
202- uses :actions/checkout@v5
202+ uses :actions/checkout@v6
203203with :
204204path :typing-extensions-latest
205205persist-credentials :false
@@ -236,13 +236,13 @@ jobs:
236236timeout-minutes :60
237237steps :
238238 -name :Install the latest version of uv
239- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
239+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
240240with :
241241python-version :${{ matrix.python-version }}
242242 -name :Checkout mypy for stubtest and mypyc tests
243243run :git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git
244244 -name :Checkout typing_extensions
245- uses :actions/checkout@v5
245+ uses :actions/checkout@v6
246246with :
247247path :typing-extensions-latest
248248persist-credentials :false
@@ -272,13 +272,13 @@ jobs:
272272timeout-minutes :60
273273steps :
274274 -name :Install the latest version of uv
275- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
275+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
276276with :
277277python-version :${{ matrix.python-version }}
278278 -name :Checkout cattrs
279279run :git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git
280280 -name :Checkout typing_extensions
281- uses :actions/checkout@v5
281+ uses :actions/checkout@v6
282282with :
283283path :typing-extensions-latest
284284persist-credentials :false
@@ -310,13 +310,13 @@ jobs:
310310timeout-minutes :60
311311steps :
312312 -name :Install the latest version of uv
313- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
313+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
314314with :
315315python-version :${{ matrix.python-version }}
316316 -name :Checkout sqlalchemy
317317run :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
318318 -name :Checkout typing_extensions
319- uses :actions/checkout@v5
319+ uses :actions/checkout@v6
320320with :
321321path :typing-extensions-latest
322322persist-credentials :false
@@ -342,13 +342,13 @@ jobs:
342342python-version :[ "3.10", "3.11", "3.12", "3.13" ]
343343steps :
344344 -name :Install the latest version of uv
345- uses :astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
345+ uses :astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
346346with :
347347python-version :${{ matrix.python-version }}
348348 -name :Checkout litestar
349349run :git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git
350350 -name :Checkout typing_extensions
351- uses :actions/checkout@v5
351+ uses :actions/checkout@v6
352352with :
353353path :typing-extensions-latest
354354persist-credentials :false