From 70d792b1ef1956dbe7702580cd79ce8d63c8f748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:28:20 +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/main_cnpjapidotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_cnpjapidotnet.yml b/.github/workflows/main_cnpjapidotnet.yml index 56c8920..bd4a3f2 100644 --- a/.github/workflows/main_cnpjapidotnet.yml +++ b/.github/workflows/main_cnpjapidotnet.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 'cnpjapidotnet' slot-name: 'production'