From 53bc055b035f5121b7f7b843a410e2f289122301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:09:49 +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/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..4b8d503 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -99,7 +99,7 @@ jobs: # Publish website to Azure App Service using CLI (WebApp) - name: Publish Website to WebApp - uses: Azure/cli@v2 + uses: Azure/cli@v3 with: inlineScript: | az webapp deploy --name ${{ env.WEBAPP-NAME }} --resource-group ${{ env.RESOURCE-GROUP }} --src-path .net-app/app.zip --type zip