File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments