Skip to content

Commit 5365b08

Browse files
Bump the actions group with 2 updates (#149)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 459d3a6 commit 5365b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python -m pytest --cov=./ --cov-report=xml --verbose
5252
5353
- name: Upload code coverage to Codecov
54-
uses: codecov/codecov-action@v4.4.1
54+
uses: codecov/codecov-action@v4.5.0
5555
with:
5656
file: ./coverage.xml
5757
flags: unittests

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
name: releases
8282
path: dist
8383
- name: Publish package to PyPI
84-
uses: pypa/gh-action-pypi-publish@v1.8.14
84+
uses: pypa/gh-action-pypi-publish@v1.9.0

0 commit comments

Comments
 (0)