File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : black
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.x"
Original file line number Diff line number Diff line change 1515 python-version : ["3.7", "3.11"]
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1414 name : Build SDist
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Build SDist
1919 run : pipx run build --sdist
2020 - name : Check metadata
3232 matrix :
3333 os : [ubuntu-22.04, macos-13]
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 - uses : pypa/cibuildwheel@v2.17
3737 env :
3838 MACOSX_DEPLOYMENT_TARGET : 10.15
You can’t perform that action at this time.
0 commit comments