15
15
steps :
16
16
- name : Check out code
17
17
uses : actions/checkout@v3
18
- - uses : actions/setup-python@v4.6.0
18
+ - uses : actions/setup-python@v4.9.1
19
19
with :
20
20
python-version : ${{ env.PYTHON_VERSION }}
21
21
- name : Install dependencies
32
32
- name : Check out code
33
33
uses : actions/checkout@v3
34
34
- name : Set up Python
35
- uses : actions/setup-python@v4.6.0
35
+ uses : actions/setup-python@v4.9.1
36
36
with :
37
37
python-version : ${{ env.PYTHON_VERSION }}
38
38
- name : Install dependencies
48
48
steps :
49
49
- name : Check out code
50
50
uses : actions/checkout@v3
51
- - uses : actions/setup-python@v4.6.0
51
+ - uses : actions/setup-python@v4.9.1
52
52
with :
53
53
python-version : ${{ env.PYTHON_VERSION }}
54
54
- name : Install dependencies
64
64
steps :
65
65
- name : Check out code
66
66
uses : actions/checkout@v3
67
- - uses : actions/setup-python@v4.6.0
67
+ - uses : actions/setup-python@v4.9.1
68
68
with :
69
69
python-version : ${{ env.PYTHON_VERSION }}
70
70
- name : Install dependencies
80
80
steps :
81
81
- name : Check out code
82
82
uses : actions/checkout@v3
83
- - uses : actions/setup-python@v4.6.0
83
+ - uses : actions/setup-python@v4.9.1
84
84
with :
85
85
python-version : ${{ env.PYTHON_VERSION }}
86
86
- name : Install dependencies
99
99
steps :
100
100
- name : Check out code
101
101
uses : actions/checkout@v3
102
- - uses : actions/setup-python@v4.6.0
102
+ - uses : actions/setup-python@v4.9.1
103
103
with :
104
104
python-version : ${{ matrix.python-version }}
105
105
- name : Install dependencies
@@ -127,7 +127,7 @@ jobs:
127
127
# if: ${{ always() }}
128
128
129
129
- name : Publish coverage results to Codecov
130
-
130
+
131
131
with :
132
132
file : coverage-${{ matrix.python-version }}.xml
133
133
fail_ci_if_error : true
@@ -140,7 +140,7 @@ jobs:
140
140
steps :
141
141
- name : Check out code
142
142
uses : actions/checkout@v3
143
- - uses : actions/setup-python@v4.6.0
143
+ - uses : actions/setup-python@v4.9.1
144
144
with :
145
145
python-version : ${{ matrix.python-version }}
146
146
- name : Build wheel
@@ -158,7 +158,7 @@ jobs:
158
158
- name : Check out code
159
159
uses : actions/checkout@v3
160
160
161
- - uses : actions/setup-python@v4.6.0
161
+ - uses : actions/setup-python@v4.9.1
162
162
with :
163
163
python-version : ${{ env.PYTHON_VERSION }}
164
164
@@ -184,7 +184,7 @@ jobs:
184
184
- name : Check out code
185
185
uses : actions/checkout@v3
186
186
187
- - uses : actions/setup-python@v4.6.0
187
+ - uses : actions/setup-python@v4.9.1
188
188
with :
189
189
python-version : ${{ env.PYTHON_VERSION }}
190
190
0 commit comments