Skip to content

Commit 7b501a9

Browse files
Bump the actions group with 2 updates (#107)
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) 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/gh-action-pypi-publish` from 1.10.3 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.12.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f41b23 commit 7b501a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
name: coverage-report
237237
path: htmlcov/
238238
- name: Post coverage summary
239-
uses: codecov/codecov-action@v4
239+
uses: codecov/codecov-action@v5
240240
env:
241241
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
242242
with:
@@ -258,9 +258,9 @@ jobs:
258258
path: dist
259259
- name: Publish to PyPI (test server)
260260
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
261-
uses: pypa/gh-action-pypi-publish@v1.10.3
261+
uses: pypa/gh-action-pypi-publish@v1.12.3
262262
with:
263263
repository-url: https://test.pypi.org/legacy/
264264
- name: Publish to PyPI (main server)
265265
if: startsWith(github.ref, 'refs/tags/v')
266-
uses: pypa/gh-action-pypi-publish@v1.10.3
266+
uses: pypa/gh-action-pypi-publish@v1.12.3

0 commit comments

Comments
 (0)