Skip to content

Commit 0090bec

Browse files
committed
Update actions/setup-python action to v5
1 parent 22fc081 commit 0090bec

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2727
id: python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ env.DEFAULT_PYTHON }}
3131
- name: Build a distribution

.github/workflows/verify.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2727
id: python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ env.DEFAULT_PYTHON }}
3131
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
7878
id: python
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: ${{ env.DEFAULT_PYTHON }}
8282
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
123123
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
124124
id: python
125-
uses: actions/setup-python@v4
125+
uses: actions/setup-python@v5
126126
with:
127127
python-version: ${{ env.DEFAULT_PYTHON }}
128128
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -173,7 +173,7 @@ jobs:
173173
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
174174
- name: Set up Python ${{ matrix.python-version }}
175175
id: python
176-
uses: actions/setup-python@v4
176+
uses: actions/setup-python@v5
177177
with:
178178
python-version: ${{ matrix.python-version }}
179179
- name: Restore full Python ${{ matrix.python-version }} virtual environment
@@ -213,7 +213,7 @@ jobs:
213213
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
214214
- name: Set up Python ${{ matrix.python-version }}
215215
id: python
216-
uses: actions/setup-python@v4
216+
uses: actions/setup-python@v5
217217
with:
218218
python-version: ${{ matrix.python-version }}
219219
- name: Restore full Python ${{ matrix.python-version }} virtual environment
@@ -251,7 +251,7 @@ jobs:
251251
persist-credentials: false
252252
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
253253
id: python
254-
uses: actions/setup-python@v4
254+
uses: actions/setup-python@v5
255255
with:
256256
python-version: ${{ env.DEFAULT_PYTHON }}
257257
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -304,7 +304,7 @@ jobs:
304304
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
305305
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
306306
id: python
307-
uses: actions/setup-python@v4
307+
uses: actions/setup-python@v5
308308
with:
309309
python-version: ${{ env.DEFAULT_PYTHON }}
310310
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -342,7 +342,7 @@ jobs:
342342
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
343343
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
344344
id: python
345-
uses: actions/setup-python@v4
345+
uses: actions/setup-python@v5
346346
with:
347347
python-version: ${{ env.DEFAULT_PYTHON }}
348348
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment
@@ -380,7 +380,7 @@ jobs:
380380
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
381381
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
382382
id: python
383-
uses: actions/setup-python@v4
383+
uses: actions/setup-python@v5
384384
with:
385385
python-version: ${{ env.DEFAULT_PYTHON }}
386386
- name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment

0 commit comments

Comments
 (0)