Skip to content

Commit e891fed

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) Updates `pypa/cibuildwheel` from 3.4.1 to 4.1.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a49aa03 commit e891fed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
coverage xml
3838
coverage report
3939
40-
- uses: codecov/codecov-action@v6
40+
- uses: codecov/codecov-action@v7
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: ./coverage.xml

.github/workflows/releasebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Build wheels
120120
if: matrix.archs != 'ppc64le' && matrix.archs != 's390x'
121-
uses: pypa/cibuildwheel@v3.4.1
121+
uses: pypa/cibuildwheel@v4.1.0
122122
env:
123123
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
124124
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Build wheels
158158
if: matrix.archs != 'riscv64'
159-
uses: pypa/cibuildwheel@v3.4.1
159+
uses: pypa/cibuildwheel@v4.1.0
160160
env:
161161
CIBW_PLATFORM: pyodide
162162
CIBW_ARCHS: auto

0 commit comments

Comments
 (0)