File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
PY_COLORS : 1
17
17
TOX_PARALLEL_NO_SPINNER : 1
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
21
21
- name : Setup Python 3.9
22
- uses : actions/setup-python@v2
22
+ uses : actions/setup-python@v3
23
23
with :
24
24
python-version : 3.9
25
25
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
50
50
- { py: '3.11-dev', os: windows }
51
51
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
55
55
- name : Setup python for test ${{ matrix.py }}
56
- uses : actions/setup-python@v2
56
+ uses : actions/setup-python@v3
57
57
with :
58
58
python-version : ${{ matrix.py }}
59
59
74
74
shell : python
75
75
76
76
- name : Setup python for tox
77
- uses : actions/setup-python@v2
77
+ uses : actions/setup-python@v3
78
78
with :
79
79
python-version : 3.9
80
80
@@ -116,10 +116,10 @@ jobs:
116
116
PY_COLORS : 1
117
117
TOX_PARALLEL_NO_SPINNER : 1
118
118
steps :
119
- - uses : actions/checkout@v2
119
+ - uses : actions/checkout@v3
120
120
121
121
- name : Setup Python 3.9
122
- uses : actions/setup-python@v2
122
+ uses : actions/setup-python@v3
123
123
with :
124
124
python-version : 3.9
125
125
You can’t perform that action at this time.
0 commit comments