From e31c8dc5e9d41446e961711b8677ebe9ce386242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 18:06:07 +0000 Subject: [PATCH] fix: bump microsoft/action-python from 0.6.4 to 0.7.2 Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.2. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.6.4...0.7.2) --- updated-dependencies: - dependency-name: microsoft/action-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d71560..da2c078 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,7 @@ on: jobs: publish: - uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/publish.yml@0.7.2 secrets: PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}