@@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
path : typing-extensions-latest
102
102
- name : Setup Python
103
- uses : actions/setup-python@v4
103
+ uses : actions/setup-python@v5
104
104
with :
105
105
python-version : ${{ matrix.python-version }}
106
106
- name : Install typing_inspect test dependencies
@@ -143,7 +143,7 @@ jobs:
143
143
with :
144
144
path : typing-extensions-latest
145
145
- name : Setup Python
146
- uses : actions/setup-python@v4
146
+ uses : actions/setup-python@v5
147
147
with :
148
148
python-version : ${{ matrix.python-version }}
149
149
allow-prereleases : true
@@ -187,7 +187,7 @@ jobs:
187
187
with :
188
188
path : typing-extensions-latest
189
189
- name : Setup Python
190
- uses : actions/setup-python@v4
190
+ uses : actions/setup-python@v5
191
191
with :
192
192
python-version : ${{ matrix.python-version }}
193
193
allow-prereleases : true
@@ -231,7 +231,7 @@ jobs:
231
231
with :
232
232
path : typing-extensions-latest
233
233
- name : Setup Python
234
- uses : actions/setup-python@v4
234
+ uses : actions/setup-python@v5
235
235
with :
236
236
python-version : ${{ matrix.python-version }}
237
237
- name : Configure git for typed-argument-parser tests
@@ -282,7 +282,7 @@ jobs:
282
282
with :
283
283
path : typing-extensions-latest
284
284
- name : Setup Python
285
- uses : actions/setup-python@v4
285
+ uses : actions/setup-python@v5
286
286
with :
287
287
python-version : ${{ matrix.python-version }}
288
288
allow-prereleases : true
@@ -328,7 +328,7 @@ jobs:
328
328
with :
329
329
path : typing-extensions-latest
330
330
- name : Setup Python
331
- uses : actions/setup-python@v4
331
+ uses : actions/setup-python@v5
332
332
with :
333
333
python-version : ${{ matrix.python-version }}
334
334
- name : Install pdm for cattrs
@@ -377,7 +377,7 @@ jobs:
377
377
issues : write
378
378
379
379
steps :
380
- - uses : actions/github-script@v6
380
+ - uses : actions/github-script@v7
381
381
with :
382
382
github-token : ${{ secrets.GITHUB_TOKEN }}
383
383
script : |
0 commit comments