Skip to content

Commit

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

Bump the patches-and-minor-upgrades group with 2 updates
  • Loading branch information
Brianvanwessel authored Oct 8, 2024
2 parents 6485b98 + 918e993 commit 0f37c46
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@897895f1e160c830e369f9779632ebc134688e1b #1.10.2
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 #1.10.3
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 @@ -129,6 +129,6 @@ jobs:
poetry run coverage xml -i
- name: Upload coverage report
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 #4.5.0
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 #4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0f37c46

Please sign in to comment.