File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434
3535 - name : Setup Python
36- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
36+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
3737 with :
3838 python-version : ${{ matrix.python }}
3939
Original file line number Diff line number Diff line change 2323
2424 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525 - name : Setup Python
26- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
26+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
2727 - name : Install tox
2828 run : python -m pip install tox
2929 - name : Lint
Original file line number Diff line number Diff line change 2222 with :
2323 ref : ${{ github.event.release.tag_name }}
2424 - name : Install Python
25- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
25+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
2626 - name : Install build dependencies
2727 run : python -m pip install -U setuptools build wheel
2828 - name : Build distributions
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333 - name : Use Python ${{ matrix.python }}
34- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
34+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
3535 with :
3636 python-version : ${{ matrix.python }}
3737 - name : Install tox
You can’t perform that action at this time.
0 commit comments