From 69161852a92a1facc0b8ad4c825cb99883f1b37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:14:41 -0400 Subject: [PATCH] fix: bump microsoft/action-python from 0.6.4 to 0.7.1 (#26) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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..2fdb66f 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.1 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.1 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.1 if: ${{ github.event_name == 'release' }} with: pypi_publish: true diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 0af849b..6c5667e 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.1 with: ${{ matrix.tools }}: true args: ${{ matrix.args }}