File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
23
23
- 3.7
24
24
steps :
25
25
- name : setup python for tox
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : " 3.10"
29
29
- name : install tox
30
30
run : python -m pip install tox
31
31
- uses : actions/checkout@v3
32
32
- name : setup python for test ${{ matrix.py }}
33
- uses : actions/setup-python@v2
33
+ uses : actions/setup-python@v4
34
34
with :
35
35
python-version : ${{ matrix.py }}
36
36
- name : pick environment to run
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- name : setup Python 3.10
65
- uses : actions/setup-python@v2
65
+ uses : actions/setup-python@v4
66
66
with :
67
67
python-version : " 3.10"
68
68
- name : install tox
78
78
runs-on : ubuntu-20.04
79
79
steps :
80
80
- name : setup python to build package
81
- uses : actions/setup-python@v2
81
+ uses : actions/setup-python@v4
82
82
with :
83
83
python-version : " 3.10"
84
84
- name : install build
You can’t perform that action at this time.
0 commit comments