Skip to content

Commit 8b3b7fc

Browse files
Bump the actions-deps group with 4 updates
Bumps the actions-deps group with 4 updates: [sorenlouv/backport-github-action](https://github.com/sorenlouv/backport-github-action), [codecov/codecov-action](https://github.com/codecov/codecov-action), [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `sorenlouv/backport-github-action` from 10.2.0 to 11.0.0 - [Release notes](https://github.com/sorenlouv/backport-github-action/releases) - [Commits](sorenlouv/backport-github-action@v10.2.0...v11.0.0) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `sigstore/gh-action-sigstore-python` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@v3.2.0...v3.3.0) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: sorenlouv/backport-github-action dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a535eb commit 8b3b7fc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "matched=$matched" >> $GITHUB_OUTPUT
2626
- name: Backport Action
2727
if: fromJSON(steps.check_labels.outputs.matched) > 0
28-
uses: sorenlouv/backport-github-action@v10.2.0
28+
uses: sorenlouv/backport-github-action@v11.0.0
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
auto_backport_label_prefix: backport-to-

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
path: |
8282
build/coverage/
8383
build/coverage*.info
84-
- uses: codecov/codecov-action@v5
84+
- uses: codecov/codecov-action@v6
8585
with:
8686
token: ${{ secrets.CODECOV_TOKEN }}
8787
gcov_ignore: pythoncapi_compat.h

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
pattern: python-gmp-*
6868
path: dist/
6969
merge-multiple: true
70-
- uses: sigstore/gh-action-sigstore-python@v3.2.0
70+
- uses: sigstore/gh-action-sigstore-python@v3.3.0
7171
with:
7272
inputs: >-
7373
./dist/*.tar.gz

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: echo "PKG_CONFIG_PATH=${{ github.workspace }}/.local/lib/pkgconfig" >> $env:GITHUB_ENV
4343
if: ${{ startsWith(matrix.os, 'windows') }}
4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@v3.3.1
45+
uses: pypa/cibuildwheel@v3.4.0
4646
- uses: actions/upload-artifact@v7
4747
with:
4848
name: wheels-${{ matrix.os }}

0 commit comments

Comments
 (0)