File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : actions/setup-python@v2
17
+ - uses : actions/setup-python@v4
18
18
-
uses :
pre-commit/[email protected]
19
19
20
20
test :
36
36
37
37
steps :
38
38
- name : Setup python for tox
39
- uses : actions/setup-python@v2
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : " 3.10"
42
42
- name : Install tox
45
45
with :
46
46
fetch-depth : 0
47
47
- name : Setup python for test ${{ matrix.py }}
48
- uses : actions/setup-python@v2
48
+ uses : actions/setup-python@v4
49
49
with :
50
50
python-version : ${{ matrix.py }}
51
51
- name : Pick environment to run
86
86
- uses : actions/checkout@v2
87
87
with :
88
88
fetch-depth : 0
89
- - uses : actions/setup-python@v2
89
+ - uses : actions/setup-python@v4
90
90
with :
91
91
python-version : " 3.10"
92
92
- name : Install tox
@@ -131,7 +131,7 @@ jobs:
131
131
with :
132
132
fetch-depth : 0
133
133
- name : Setup Python "3.10"
134
- uses : actions/setup-python@v2
134
+ uses : actions/setup-python@v4
135
135
with :
136
136
python-version : " 3.10"
137
137
- name : Install tox
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Setup python to build package
150
- uses : actions/setup-python@v2
150
+ uses : actions/setup-python@v4
151
151
with :
152
152
python-version : " 3.10"
153
153
- name : Install build
You can’t perform that action at this time.
0 commit comments