Skip to content

Commit b2fe038

Browse files
author
Jeff Whitaker
committed
update setup-python
1 parent f84743e commit b2fe038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
submodules: recursive
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v3
52+
uses: actions/setup-python@v4
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

.github/workflows/build-wheels-macosx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
submodules: recursive
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v3
52+
uses: actions/setup-python@v4
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

0 commit comments

Comments
 (0)