From 9d93e024b5f2328a1d999421142d511e8e81ac4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:02:48 +0000 Subject: [PATCH] chore(deps): 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/Build-Test-And-Deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-Test-And-Deploy.yaml b/.github/workflows/Build-Test-And-Deploy.yaml index 7c731fade..b97259a5e 100644 --- a/.github/workflows/Build-Test-And-Deploy.yaml +++ b/.github/workflows/Build-Test-And-Deploy.yaml @@ -178,7 +178,7 @@ jobs: run: docker push --all-tags $REGISTRY_URL/try - name: Create and Deploy to Container App - uses: azure/CLI@v2 + uses: azure/CLI@v3 env: CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }} RESOURCEGROUP: ${{ vars.RESOURCEGROUP }} @@ -231,7 +231,7 @@ jobs: run: docker push --all-tags ${{ vars.PRODCONTAINER_REGISTRY }}/try - name: Create and Deploy to Container App - uses: azure/CLI@v2 + uses: azure/CLI@v3 env: CONTAINER_APP_NAME: ${{ vars.CONTAINER_APP_NAME }} RESOURCEGROUP: ${{ vars.RESOURCEGROUP }}