File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
35
35
- name : Setup Python
36
- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
36
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
39
Original file line number Diff line number Diff line change 23
23
24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
- name : Setup Python
26
- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
26
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
27
27
- name : Install tox
28
28
run : python -m pip install tox
29
29
- 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@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
25
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
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 31
31
- name : Checkout
32
32
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
- name : Use Python ${{ matrix.python }}
34
- uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8 .0
34
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
35
35
with :
36
36
python-version : ${{ matrix.python }}
37
37
- name : Install tox
You can’t perform that action at this time.
0 commit comments