Skip to content

Commit ff530f5

Browse files
authored
Update GitHub Actions versions (#332)
1 parent 05ffab5 commit ff530f5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363

6464
- name: Set up Python
65-
uses: actions/setup-python@v4
65+
uses: actions/setup-python@v5
6666
with:
6767
python-version: ${{ matrix.python-version }}
6868
allow-prereleases: true
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v4
8787
- name: Set up Python
88-
uses: actions/setup-python@v4
88+
uses: actions/setup-python@v5
8989
with:
9090
python-version: "3"
9191
cache: "pip"
@@ -122,7 +122,7 @@ jobs:
122122
issues: write
123123

124124
steps:
125-
- uses: actions/github-script@v6
125+
- uses: actions/github-script@v7
126126
with:
127127
github-token: ${{ secrets.GITHUB_TOKEN }}
128128
script: |

.github/workflows/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: 3
2929

@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v5
5757
with:
5858
python-version: 3
5959

.github/workflows/third_party.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)