Skip to content

Commit ce53641

Browse files
chore(ci): bump the github-actions group with 3 updates (#207)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a74ee9 commit ce53641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: poetry run pytest --cov-report=xml -v -Wdefault --cov=bluetooth_data_tools --cov-report=term-missing:skip-covered tests
7171
shell: bash
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@v5
73+
uses: codecov/codecov-action@v6
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676

@@ -257,7 +257,7 @@ jobs:
257257
python-version: "3.12"
258258
- name: Set up QEMU
259259
if: ${{ matrix.qemu }}
260-
uses: docker/setup-qemu-action@v3
260+
uses: docker/setup-qemu-action@v4
261261
with:
262262
platforms: all
263263
# This should be temporary
@@ -280,7 +280,7 @@ jobs:
280280
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
281281
fi
282282
- name: Build wheels
283-
uses: pypa/cibuildwheel@v3.3.1
283+
uses: pypa/cibuildwheel@v3.4.0
284284
env:
285285
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286
REQUIRE_CYTHON: 1

0 commit comments

Comments
 (0)