File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Setup python for test ${{ matrix.py }}
35
- uses : actions/setup-python@v2
35
+ uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.py }}
38
38
- name : Pick environment to run
72
72
- uses : actions/checkout@v3
73
73
with :
74
74
fetch-depth : 0
75
- - uses : actions/setup-python@v2
75
+ - uses : actions/setup-python@v4
76
76
with :
77
77
python-version : " 3.10"
78
78
- name : Install tox
@@ -111,7 +111,7 @@ jobs:
111
111
with :
112
112
fetch-depth : 0
113
113
- name : Setup Python "3.10"
114
- uses : actions/setup-python@v2
114
+ uses : actions/setup-python@v4
115
115
with :
116
116
python-version : " 3.10"
117
117
- name : Install tox
@@ -127,7 +127,7 @@ jobs:
127
127
runs-on : ubuntu-20.04
128
128
steps :
129
129
- name : Setup python to build package
130
- uses : actions/setup-python@v2
130
+ uses : actions/setup-python@v4
131
131
with :
132
132
python-version : " 3.10"
133
133
- name : Install build
You can’t perform that action at this time.
0 commit comments