Skip to content

Commit b6e224c

Browse files
committed
workflows: update setup-python action to v5
No breaking changes. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 7ed0486 commit b6e224c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check out repo
2525
uses: actions/checkout@v4
2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: '3.12'
3030
- name: Run pre-commit hooks
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v4
6464
- name: Set up Python ${{ matrix.python-version }}
6565
if: matrix.upstream-python == null
66-
uses: actions/setup-python@v4
66+
uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
- name: Set up Python ${{ matrix.python-version }} (macOS fallback)
@@ -152,7 +152,7 @@ jobs:
152152
- name: Check out repo
153153
uses: actions/checkout@v4
154154
- name: Set up Python ${{ matrix.python-version }}
155-
uses: actions/setup-python@v4
155+
uses: actions/setup-python@v5
156156
with:
157157
python-version: ${{ matrix.python-version }}
158158
- name: Install Python tools
@@ -204,7 +204,7 @@ jobs:
204204
- name: Check out repo
205205
uses: actions/checkout@v4
206206
- name: Set up Python
207-
uses: actions/setup-python@v4
207+
uses: actions/setup-python@v5
208208
with:
209209
python-version: '3.12'
210210
- name: Install Python tools

0 commit comments

Comments
 (0)