From 3022aa59d58077ffabb8f362a98947b841540f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:46:44 +0000 Subject: [PATCH] fix: bump microsoft/action-python from 0.7.2 to 0.7.3 Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.7.2...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] --- .github/workflows/publish.yml | 6 +++--- .github/workflows/validation.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d0f058f..6210a76 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Publish Snapshot to TestPyPi - uses: microsoft/action-python@0.7.2 + uses: microsoft/action-python@0.7.3 continue-on-error: true if: ${{ github.event_name == 'pull_request' }} with: @@ -37,7 +37,7 @@ jobs: python_version: ${{ inputs.python-version }} - name: Publish RC to PyPi - uses: microsoft/action-python@0.7.2 + uses: microsoft/action-python@0.7.3 if: ${{ github.event_name == 'push' }} with: pypi_publish: true @@ -47,7 +47,7 @@ jobs: python_version: ${{ inputs.python-version }} - name: Publish Release to PyPi - uses: microsoft/action-python@0.7.2 + uses: microsoft/action-python@0.7.3 if: ${{ github.event_name == 'release' }} with: pypi_publish: true diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 7c513aa..f87dd7c 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -33,7 +33,7 @@ jobs: with: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: ${{ matrix.tools }} - uses: microsoft/action-python@0.7.2 + uses: microsoft/action-python@0.7.3 with: ${{ matrix.tools }}: true args: ${{ matrix.args }}