File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.platform }}
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - uses : actions/setup-python@v4
2626 with :
4949 mingw-w64-x86_64-python-pip
5050 mingw-w64-x86_64-python-wheel
5151
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353
5454 - name : Install pybind11
5555 # This is required because --no-build-isolation disable dependences
Original file line number Diff line number Diff line change 1717 name : Build SDist
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Build SDist
2323 run : pipx run build --sdist
5050 arch_linux : " s390x"
5151 extra : " - s390x"
5252 steps :
53- - uses : actions/checkout@v3
53+ - uses : actions/checkout@v4
5454
5555 - name : Set up QEMU
5656 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments