From 5a53405e3515f9c0f9906c9f363bc97c012d3abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:08:38 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-demo-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-demo-site.yml b/.github/workflows/deploy-demo-site.yml index 90b318f..1e23ae2 100644 --- a/.github/workflows/deploy-demo-site.yml +++ b/.github/workflows/deploy-demo-site.yml @@ -33,7 +33,7 @@ jobs: run: dotnet publish ${{ env.PROJECT_PATH }} -c Release -o ${{env.DOTNET_ROOT}}/myapp - name: Deploy to Azure Web App (Windows) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 'aspnetcoreversioninfo-demo' slot-name: 'production' @@ -41,7 +41,7 @@ jobs: package: ${{env.DOTNET_ROOT}}/myapp - name: Deploy to Azure Web App (Linux) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 'aspnetcoreversioninfo-linux-demo' slot-name: 'production'