Skip to content

Commit 0f3f644

Browse files
committed
update checkout, setup-python to v3
1 parent b611fcd commit 0f3f644

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
6565

6666
steps:
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
with:
6969
submodules: recursive
7070
- name: Set up Python ${{ matrix.python-version }}
71-
uses: actions/setup-python@v2
71+
uses: actions/setup-python@v3
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v3
4949
with:
5050
submodules: recursive
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v3
4949
with:
5050
submodules: recursive
5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
52+
uses: actions/setup-python@v3
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

0 commit comments

Comments
 (0)