From ed2bd7c2dc374ee01918666ddd15548473182a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 05:12:10 +0000 Subject: [PATCH] Bump azure/webapps-deploy from 2.1.5 to 2.2.0 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2.1.5...v2.2.0) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb323dd..d1d5736 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: | dotnet publish -c Release -o dotnetcorewebapp - name: 'Run Azure webapp deploy action using publish profile credentials' - uses: azure/webapps-deploy@v2.1.5 + uses: azure/webapps-deploy@v2.2.0 with: app-name: syncdwh publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}