Skip to content

Commit

Permalink
fix: bump microsoft/action-python from 0.7.1 to 0.7.3
Browse files Browse the repository at this point in the history
Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.7.1 to 0.7.3.
- [Release notes](https://github.com/microsoft/action-python/releases)
- [Commits](microsoft/action-python@0.7.1...0.7.3)

---
updated-dependencies:
- dependency-name: microsoft/action-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 374c65c commit f59874d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
publish:
uses: microsoft/action-python/.github/workflows/[email protected].1
uses: microsoft/action-python/.github/workflows/[email protected].3
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
publish:
uses: microsoft/action-python/.github/workflows/[email protected].1
uses: microsoft/action-python/.github/workflows/[email protected].3
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 comments on commit f59874d

Please sign in to comment.