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 2020 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2121
2222 - name : Setup Python
23- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
23+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2424 with :
2525 python-version : ${{ matrix.python }}
2626
Original file line number Diff line number Diff line change 1414
1515 - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1616 - name : Setup Python
17- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
17+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
1818 - name : Install tox
1919 run : python -m pip install tox
2020 - 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@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
25+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
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 1919 - name : Checkout
2020 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2121 - name : Use Python ${{ matrix.python }}
22- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
22+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
2323 with :
2424 python-version : ${{ matrix.python }}
2525 - name : Install tox
You can’t perform that action at this time.
0 commit comments