From 21d5e654e6eebd0340609f3a03cd16ac9baf3d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:12:45 +0000 Subject: [PATCH] Bump azure/cli from 2 to 3 Bumps [azure/cli](https://github.com/azure/cli) from 2 to 3. - [Release notes](https://github.com/azure/cli/releases) - [Changelog](https://github.com/Azure/cli/blob/master/ReleaseProcess.md) - [Commits](https://github.com/azure/cli/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/cli dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-build.yml | 2 +- .github/workflows/python-manual-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index b366580b1911..f345f58f7dc8 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -42,7 +42,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Start DevOps pipeline - uses: azure/cli@v2 + uses: azure/cli@v3 with: inlineScript: | az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ github.event.release.tag_name }} delay=0 diff --git a/.github/workflows/python-manual-release.yml b/.github/workflows/python-manual-release.yml index 9e520824d667..5d82b6f436d1 100644 --- a/.github/workflows/python-manual-release.yml +++ b/.github/workflows/python-manual-release.yml @@ -24,7 +24,7 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} - name: Start DevOps pipeline - uses: azure/cli@v2 + uses: azure/cli@v3 with: inlineScript: | az pipelines run --id ${{ vars.ADO_PYTHON_RELEASE_ID }} --org ${{ vars.ADO_ORG }} --project ${{ vars.ADO_PROJECT_NAME }} --parameters tag=${{ inputs.tag }} delay=0