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 1111 benchmark :
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1414 build-sdist :
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : ' 3.13'
4141 - ' pypy-3.9'
4242 - ' pypy-3.10'
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : actions/setup-python@v5
4646 with :
4747 python-version : " ${{ matrix.python-version }}"
6767 - pp39-pypy39_pp73
6868 - pp310-pypy310_pp73
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 - run : pip install setuptools
7272 - run : /opt/python/${{ matrix.python-version }}/bin/pip wheel .
7373 - run : auditwheel repair arc4-*-linux*.whl --plat manylinux_2_28_x86_64
Original file line number Diff line number Diff line change 1515 - ' pypy-3.9'
1616 - ' pypy-3.10'
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : " ${{ matrix.python-version }}"
5656 lint :
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 - name : clang-format
6161 run : clang-format --Werror --dry-run arc4.c
6262 - run : pip install . flake8 mypy pygments restructuredtext_lint
You can’t perform that action at this time.
0 commit comments