File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 - manylinux_2_28_aarch64
2424 pyver : ['cp310-cp310', 'cp311-cp311', 'cp312-cp312']
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 submodules : recursive
2929 - name : Set up QEMU
@@ -59,11 +59,11 @@ jobs:
5959 matrix :
6060 python_version : ['3.10', '3.11', '3.12']
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 with :
6464 submodules : recursive
6565 - name : Set up Python ${{ matrix.python_version }}
66- uses : actions/setup-python@v5
66+ uses : actions/setup-python@v6
6767 with :
6868 python-version : ${{ matrix.python_version }}
6969 - name : Build MacOS wheels
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 - os : windows-latest
2727 python-version : ' 3.11'
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 submodules : true
3232 - name : Install Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 allow-prereleases : true
@@ -61,11 +61,11 @@ jobs:
6161 os : [ubuntu-22.04]
6262 python-version : ['3.10', '3.11', '3.12']
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v5
6565 with :
6666 submodules : true
6767 - name : Install Python
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments