@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 path : typing-extensions-latest
102102 - name : Setup Python
103- uses : actions/setup-python@v4
103+ uses : actions/setup-python@v5
104104 with :
105105 python-version : ${{ matrix.python-version }}
106106 - name : Install typing_inspect test dependencies
@@ -143,7 +143,7 @@ jobs:
143143 with :
144144 path : typing-extensions-latest
145145 - name : Setup Python
146- uses : actions/setup-python@v4
146+ uses : actions/setup-python@v5
147147 with :
148148 python-version : ${{ matrix.python-version }}
149149 allow-prereleases : true
@@ -187,7 +187,7 @@ jobs:
187187 with :
188188 path : typing-extensions-latest
189189 - name : Setup Python
190- uses : actions/setup-python@v4
190+ uses : actions/setup-python@v5
191191 with :
192192 python-version : ${{ matrix.python-version }}
193193 allow-prereleases : true
@@ -231,7 +231,7 @@ jobs:
231231 with :
232232 path : typing-extensions-latest
233233 - name : Setup Python
234- uses : actions/setup-python@v4
234+ uses : actions/setup-python@v5
235235 with :
236236 python-version : ${{ matrix.python-version }}
237237 - name : Configure git for typed-argument-parser tests
@@ -282,7 +282,7 @@ jobs:
282282 with :
283283 path : typing-extensions-latest
284284 - name : Setup Python
285- uses : actions/setup-python@v4
285+ uses : actions/setup-python@v5
286286 with :
287287 python-version : ${{ matrix.python-version }}
288288 allow-prereleases : true
@@ -328,7 +328,7 @@ jobs:
328328 with :
329329 path : typing-extensions-latest
330330 - name : Setup Python
331- uses : actions/setup-python@v4
331+ uses : actions/setup-python@v5
332332 with :
333333 python-version : ${{ matrix.python-version }}
334334 - name : Install pdm for cattrs
@@ -377,7 +377,7 @@ jobs:
377377 issues : write
378378
379379 steps :
380- - uses : actions/github-script@v6
380+ - uses : actions/github-script@v7
381381 with :
382382 github-token : ${{ secrets.GITHUB_TOKEN }}
383383 script : |
0 commit comments