Skip to content

Commit 294984a

Browse files
Bump the gh-actions group across 1 directory with 2 updates (#254)
Bumps the gh-actions group with 2 updates in the / directory: [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.6.0 to 5.1.1 - [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.6.0...v5.1.1) 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: gh-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fac5ace commit 294984a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pytest --verbose --cov=. --cov-report=xml
4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4.6.0
47+
uses: codecov/codecov-action@v5.1.1
4848
if: ${{ matrix.python-version }} == 3.10
4949
with:
5050
file: ./coverage.xml

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python -m pip install dist/xbatcher*.whl
8181
python -m xbatcher.util.print_versions
8282
- name: Publish package to TestPyPI
83-
uses: pypa/gh-action-pypi-publish@v1.10.3
83+
uses: pypa/gh-action-pypi-publish@v1.12.3
8484
with:
8585
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
8686
repository-url: https://test.pypi.org/legacy/
@@ -96,7 +96,7 @@ jobs:
9696
name: releases
9797
path: dist
9898
- name: Publish package to PyPI
99-
uses: pypa/gh-action-pypi-publish@v1.10.3
99+
uses: pypa/gh-action-pypi-publish@v1.12.3
100100
with:
101101
password: ${{ secrets.PYPI_API_TOKEN }}
102102
# verbose: true

.github/workflows/testpypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python -m xbatcher.util.print_versions
5050
5151
- name: Publish package to TestPyPI
52-
uses: pypa/gh-action-pypi-publish@v1.10.3
52+
uses: pypa/gh-action-pypi-publish@v1.12.3
5353
with:
5454
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
5555
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)