@@ -51,13 +51,13 @@ jobs:
5151    timeout-minutes : 60 
5252    steps :
5353      - name : Install the latest version of uv 
54-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
54+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
5555        with :
5656          python-version : ${{ matrix.python-version }} 
5757      - name : Checkout pydantic 
5858        run : git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git 
5959      - name : Checkout typing_extensions 
60-         uses : actions/checkout@v4  
60+         uses : actions/checkout@v5  
6161        with :
6262          path : typing-extensions-latest 
6363          persist-credentials : false 
@@ -84,13 +84,13 @@ jobs:
8484    timeout-minutes : 60 
8585    steps :
8686      - name : Install the latest version of uv 
87-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
87+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
8888        with :
8989          python-version : ${{ matrix.python-version }} 
9090      - name : Checkout typing_inspect 
9191        run : git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git 
9292      - name : Checkout typing_extensions 
93-         uses : actions/checkout@v4  
93+         uses : actions/checkout@v5  
9494        with :
9595          path : typing-extensions-latest 
9696          persist-credentials : false 
@@ -119,13 +119,13 @@ jobs:
119119    timeout-minutes : 60 
120120    steps :
121121      - name : Install the latest version of uv 
122-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
122+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
123123        with :
124124          python-version : ${{ matrix.python-version }} 
125125      - name : Check out pycroscope 
126126        run : git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git 
127127      - name : Checkout typing_extensions 
128-         uses : actions/checkout@v4  
128+         uses : actions/checkout@v5  
129129        with :
130130          path : typing-extensions-latest 
131131          persist-credentials : false 
@@ -154,13 +154,13 @@ jobs:
154154    timeout-minutes : 60 
155155    steps :
156156      - name : Install the latest version of uv 
157-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
157+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
158158        with :
159159          python-version : ${{ matrix.python-version }} 
160160      - name : Check out typeguard 
161161        run : git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git 
162162      - name : Checkout typing_extensions 
163-         uses : actions/checkout@v4  
163+         uses : actions/checkout@v5  
164164        with :
165165          path : typing-extensions-latest 
166166          persist-credentials : false 
@@ -191,13 +191,13 @@ jobs:
191191    timeout-minutes : 60 
192192    steps :
193193      - name : Install the latest version of uv 
194-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
194+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
195195        with :
196196          python-version : ${{ matrix.python-version }} 
197197      - name : Check out typed-argument-parser 
198198        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 
199199      - name : Checkout typing_extensions 
200-         uses : actions/checkout@v4  
200+         uses : actions/checkout@v5  
201201        with :
202202          path : typing-extensions-latest 
203203          persist-credentials : false 
@@ -233,13 +233,13 @@ jobs:
233233    timeout-minutes : 60 
234234    steps :
235235      - name : Install the latest version of uv 
236-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
236+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
237237        with :
238238          python-version : ${{ matrix.python-version }} 
239239      - name : Checkout mypy for stubtest and mypyc tests 
240240        run : git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git 
241241      - name : Checkout typing_extensions 
242-         uses : actions/checkout@v4  
242+         uses : actions/checkout@v5  
243243        with :
244244          path : typing-extensions-latest 
245245          persist-credentials : false 
@@ -269,13 +269,13 @@ jobs:
269269    timeout-minutes : 60 
270270    steps :
271271      - name : Install the latest version of uv 
272-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
272+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
273273        with :
274274          python-version : ${{ matrix.python-version }} 
275275      - name : Checkout cattrs 
276276        run : git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git 
277277      - name : Checkout typing_extensions 
278-         uses : actions/checkout@v4  
278+         uses : actions/checkout@v5  
279279        with :
280280          path : typing-extensions-latest 
281281          persist-credentials : false 
@@ -307,13 +307,13 @@ jobs:
307307    timeout-minutes : 60 
308308    steps :
309309      - name : Install the latest version of uv 
310-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
310+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
311311        with :
312312          python-version : ${{ matrix.python-version }} 
313313      - name : Checkout sqlalchemy 
314314        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 
315315      - name : Checkout typing_extensions 
316-         uses : actions/checkout@v4  
316+         uses : actions/checkout@v5  
317317        with :
318318          path : typing-extensions-latest 
319319          persist-credentials : false 
@@ -338,13 +338,13 @@ jobs:
338338        python-version : [ "3.9", "3.10", "3.11", "3.12", "3.13" ] 
339339    steps :
340340      - name : Install the latest version of uv 
341-         uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc    #  v6.4.3 
341+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6    #  v6.6.1 
342342        with :
343343          python-version : ${{ matrix.python-version }} 
344344      - name : Checkout litestar 
345345        run : git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git 
346346      - name : Checkout typing_extensions 
347-         uses : actions/checkout@v4  
347+         uses : actions/checkout@v5  
348348        with :
349349          path : typing-extensions-latest 
350350          persist-credentials : false 
@@ -399,7 +399,7 @@ jobs:
399399      issues : write 
400400
401401    steps :
402-       - uses : actions/github-script@v7  
402+       - uses : actions/github-script@v8  
403403        with :
404404          github-token : ${{ secrets.GITHUB_TOKEN }} 
405405          script : | 
0 commit comments