Skip to content

Commit 91f3127

Browse files
fix: bump microsoft/action-python from 0.6.4 to 0.7.3
Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.3. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](microsoft/action-python@0.6.4...0.7.3) --- updated-dependencies: - dependency-name: microsoft/action-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21924a1 commit 91f3127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
publish:
7-
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
7+
uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
88
secrets:
99
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1010
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)