From 268b9114df66d0c0405e992757d7823eb9a92522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 14:07:28 +0000 Subject: [PATCH] fix: bump microsoft/action-python from 0.6.4 to 0.7.0 Bumps [microsoft/action-python](https://github.com/microsoft/action-python) from 0.6.4 to 0.7.0. - [Release notes](https://github.com/microsoft/action-python/releases) - [Commits](https://github.com/microsoft/action-python/compare/0.6.4...0.7.0) --- 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 2b55345..a282f36 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.6.4 + uses: microsoft/action-python@0.7.0 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.6.4 + uses: microsoft/action-python@0.7.0 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.6.4 + uses: microsoft/action-python@0.7.0 if: ${{ github.event_name == 'release' }} with: pypi_publish: true diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index bb39ec1..602063f 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.6.4 + uses: microsoft/action-python@0.7.0 with: ${{ matrix.tools }}: true args: ${{ matrix.args }}