Skip to content

Commit e1c65fe

Browse files
dependabot[bot]maxbachmann
authored andcommitted
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) Updates `pypa/cibuildwheel` from 2.21.1 to 2.22.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.1...v2.22.0) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.12.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 268a382 commit e1c65fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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@v4
40+
- uses: codecov/codecov-action@v5
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: ./coverage.xml

.github/workflows/releasebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/setup-python@v5
8383

8484
- name: Build wheels
85-
uses: pypa/cibuildwheel@v2.21.1
85+
uses: pypa/cibuildwheel@v2.22.0
8686
with:
8787
package-dir: rapidfuzz.tar.gz
8888
output-dir: wheelhouse
@@ -122,7 +122,7 @@ jobs:
122122
run: cp dist/*.tar.gz rapidfuzz.tar.gz
123123

124124
- name: Build wheels
125-
uses: pypa/cibuildwheel@v2.21.1
125+
uses: pypa/cibuildwheel@v2.22.0
126126
with:
127127
package-dir: rapidfuzz.tar.gz
128128
output-dir: wheelhouse
@@ -177,7 +177,7 @@ jobs:
177177
name: Set up QEMU
178178

179179
- name: Build wheel
180-
uses: pypa/cibuildwheel@v2.21.1
180+
uses: pypa/cibuildwheel@v2.22.0
181181
with:
182182
package-dir: rapidfuzz.tar.gz
183183
output-dir: wheelhouse
@@ -203,4 +203,4 @@ jobs:
203203
pattern: artifact-*
204204
merge-multiple: true
205205

206-
- uses: pypa/gh-action-pypi-publish@v1.10.2
206+
- uses: pypa/gh-action-pypi-publish@v1.12.2

0 commit comments

Comments
 (0)