From de34b0bc892224ba6310bde4099ab61c57dfe3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 08:33:41 +0000 Subject: [PATCH] fix: bump microsoft/action-python from 0.3.15 to 0.6.4 Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.3.15 to 0.6.4. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.3.15...0.6.4) --- 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 | 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 4c6ffcf..7d76c09 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.3.21 + uses: microsoft/action-python@0.6.4 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.3.21 + uses: microsoft/action-python@0.6.4 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.3.21 + uses: microsoft/action-python@0.6.4 if: ${{ github.event_name == 'release' }} with: pypi_publish: true diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index cb71572..bb39ec1 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.3.15 + uses: microsoft/action-python@0.6.4 with: ${{ matrix.tools }}: true args: ${{ matrix.args }}