Skip to content

Commit f2be3a0

Browse files
committed
Update CI action versions
1 parent bfc6fc1 commit f2be3a0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
CPPFLAGS: ${{ matrix.flags }}
100100

101101
steps:
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103
- name: Cache Boost binaries
104104
if: startsWith(matrix.os, 'windows-') && matrix.boost-version
105105
uses: actions/cache@v3
@@ -112,7 +112,7 @@ jobs:
112112
matrix.compiler }}-python-${{ matrix.python-version }}-${{
113113
hashFiles('.github/workflows/build.yml') }}
114114
- name: Set up Python ${{ matrix.python-version }}
115-
uses: actions/setup-python@v4
115+
uses: actions/setup-python@v5
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118
- name: Install Python dependencies
@@ -237,7 +237,7 @@ jobs:
237237
python setup.py coverage -q
238238
coverage xml
239239
- name: Upload coverage
240-
uses: codecov/codecov-action@v3
240+
uses: codecov/codecov-action@v4
241241
with:
242242
files: ./coverage.xml
243243
build-cygwin:
@@ -247,7 +247,7 @@ jobs:
247247
CYGCACHE: C:\cygwin\var\cache\setup
248248

249249
steps:
250-
- uses: actions/checkout@v3
250+
- uses: actions/checkout@v4
251251
- name: Install Cygwin
252252
shell: cmd
253253
run: >
@@ -274,16 +274,16 @@ jobs:
274274
run: |
275275
copy C:\cygwin\home\runneradmin\bfg9000\coverage.xml .
276276
- name: Upload coverage
277-
uses: codecov/codecov-action@v3
277+
uses: codecov/codecov-action@v4
278278
with:
279279
files: ./coverage.xml
280280
bdist-wheel:
281281
runs-on: ubuntu-latest
282282

283283
steps:
284-
- uses: actions/checkout@v3
284+
- uses: actions/checkout@v4
285285
- name: Set up Python 3.11
286-
uses: actions/setup-python@v4
286+
uses: actions/setup-python@v5
287287
with:
288288
python-version: '3.11'
289289
- name: Test bdist_wheel
@@ -296,9 +296,9 @@ jobs:
296296
runs-on: ubuntu-latest
297297

298298
steps:
299-
- uses: actions/checkout@v3
299+
- uses: actions/checkout@v4
300300
- name: Set up Python 3.11
301-
uses: actions/setup-python@v4
301+
uses: actions/setup-python@v5
302302
with:
303303
python-version: '3.11'
304304
- name: Install dependencies

0 commit comments

Comments
 (0)