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 20
20
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
21
22
22
- name : Setup Python
23
- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
23
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
24
24
with :
25
25
python-version : ${{ matrix.python }}
26
26
Original file line number Diff line number Diff line change 14
14
15
15
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
16
- name : Setup Python
17
- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
17
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
18
18
- name : Install tox
19
19
run : python -m pip install tox
20
20
- name : Lint
Original file line number Diff line number Diff line change 22
22
with :
23
23
ref : ${{ github.event.release.tag_name }}
24
24
- name : Install Python
25
- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
25
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
26
26
- name : Install build dependencies
27
27
run : python -m pip install -U setuptools build wheel
28
28
- name : Build distributions
Original file line number Diff line number Diff line change 19
19
- name : Checkout
20
20
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
21
- name : Use Python ${{ matrix.python }}
22
- uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
22
+ uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
23
23
with :
24
24
python-version : ${{ matrix.python }}
25
25
- name : Install tox
You can’t perform that action at this time.
0 commit comments