Skip to content

Commit

Permalink
Merge pull request #146 from exonet/dependabot/github_actions/patches…
Browse files Browse the repository at this point in the history
…-and-minor-upgrades-7fe24ce270

Bump the patches-and-minor-upgrades group with 2 updates
  • Loading branch information
Brianvanwessel authored Jun 18, 2024
2 parents 2599903 + f467950 commit 358fa07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:

- name: Publish distribution to PyPI
if: ${{ github.event_name == 'release' }}
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #1.8.14
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 #1.9.0
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ jobs:
poetry run coverage xml -i
- name: Upload coverage report
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c #4.4.1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 358fa07

Please sign in to comment.