99
99
CPPFLAGS : ${{ matrix.flags }}
100
100
101
101
steps :
102
- - uses : actions/checkout@v3
102
+ - uses : actions/checkout@v4
103
103
- name : Cache Boost binaries
104
104
if : startsWith(matrix.os, 'windows-') && matrix.boost-version
105
105
uses : actions/cache@v3
@@ -112,7 +112,7 @@ jobs:
112
112
matrix.compiler }}-python-${{ matrix.python-version }}-${{
113
113
hashFiles('.github/workflows/build.yml') }}
114
114
- name : Set up Python ${{ matrix.python-version }}
115
- uses : actions/setup-python@v4
115
+ uses : actions/setup-python@v5
116
116
with :
117
117
python-version : ${{ matrix.python-version }}
118
118
- name : Install Python dependencies
@@ -237,7 +237,7 @@ jobs:
237
237
python setup.py coverage -q
238
238
coverage xml
239
239
- name : Upload coverage
240
- uses : codecov/codecov-action@v3
240
+ uses : codecov/codecov-action@v4
241
241
with :
242
242
files : ./coverage.xml
243
243
build-cygwin :
@@ -247,7 +247,7 @@ jobs:
247
247
CYGCACHE : C:\cygwin\var\cache\setup
248
248
249
249
steps :
250
- - uses : actions/checkout@v3
250
+ - uses : actions/checkout@v4
251
251
- name : Install Cygwin
252
252
shell : cmd
253
253
run : >
@@ -274,16 +274,16 @@ jobs:
274
274
run : |
275
275
copy C:\cygwin\home\runneradmin\bfg9000\coverage.xml .
276
276
- name : Upload coverage
277
- uses : codecov/codecov-action@v3
277
+ uses : codecov/codecov-action@v4
278
278
with :
279
279
files : ./coverage.xml
280
280
bdist-wheel :
281
281
runs-on : ubuntu-latest
282
282
283
283
steps :
284
- - uses : actions/checkout@v3
284
+ - uses : actions/checkout@v4
285
285
- name : Set up Python 3.11
286
- uses : actions/setup-python@v4
286
+ uses : actions/setup-python@v5
287
287
with :
288
288
python-version : ' 3.11'
289
289
- name : Test bdist_wheel
@@ -296,9 +296,9 @@ jobs:
296
296
runs-on : ubuntu-latest
297
297
298
298
steps :
299
- - uses : actions/checkout@v3
299
+ - uses : actions/checkout@v4
300
300
- name : Set up Python 3.11
301
- uses : actions/setup-python@v4
301
+ uses : actions/setup-python@v5
302
302
with :
303
303
python-version : ' 3.11'
304
304
- name : Install dependencies
0 commit comments