From 59c63695b6b33d4aa1b3e78cf55e30c125ca5a0e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Oct 2023 08:00:37 +0000 Subject: [PATCH] chore(deps): update azure/webapps-deploy action to v3 --- .github/workflows/azure-webapps-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/azure-webapps-node.yml index f8d41d9..54ea5bd 100644 --- a/.github/workflows/azure-webapps-node.yml +++ b/.github/workflows/azure-webapps-node.yml @@ -71,7 +71,7 @@ jobs: - name: 'Deploy to Azure WebApp' id: deploy-to-webapp - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}