From 778930eff8438ae5a56659cccc54c3c6855d0d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 09:27:56 +0000 Subject: [PATCH] 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](https://github.com/microsoft/action-python/compare/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] --- .github/workflows/CI.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eb8ae3e..c94f448 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,12 +10,12 @@ on: jobs: validation: - uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3 with: workdir: '.' publish: - uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4 + uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3 secrets: PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d71560..0264afd 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.3 secrets: PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}