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 1717 name : upload release to PyPI
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 1919 name : Lint
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Setup python
2424 uses : actions/setup-python@v6
2525 with :
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Grab the src from GH
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838
3939 - name : Install `pypa/build` PEP 517 front-end
4040 run : python -m pip install build
6666 outputs :
6767 matrix : ${{ steps.set-matrix.outputs.matrix }}
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - name : Setup python
7171 uses : actions/setup-python@v6
7272 with :
You can’t perform that action at this time.
0 commit comments