Skip to content

Commit

Permalink
Bump the actions group with 2 updates (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 1c3e178 commit 272aa20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -m pytest --cov=./ --cov-report=xml --verbose
- name: Upload code coverage to Codecov
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: ./coverage.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/[email protected].12
uses: pypa/[email protected].14

0 comments on commit 272aa20

Please sign in to comment.