From 1b9a756703f0f26b43af4ddf58962244f241ad1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:16:27 +0000 Subject: [PATCH] Bump azure/webapps-deploy from 2 to 3 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2 to 3. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/webapps-deploy dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/angular.azure.web.app.deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/angular.azure.web.app.deploy.yml b/.github/workflows/angular.azure.web.app.deploy.yml index b9b96b6a..52665624 100644 --- a/.github/workflows/angular.azure.web.app.deploy.yml +++ b/.github/workflows/angular.azure.web.app.deploy.yml @@ -25,7 +25,7 @@ jobs: uses: azure/login@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - - uses: azure/webapps-deploy@v2 + - uses: azure/webapps-deploy@v3 id: azure-deploy with: app-name: ${{ inputs.app-name }}