From 8d95c78426e0b7379c367b07f4686b5127a7391e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 20:00:33 +0000 Subject: [PATCH] Bump azure/webapps-deploy from 2.1.5 to 2.2.5 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2.1.5 to 2.2.5. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2.1.5...v2.2.5) --- updated-dependencies: - dependency-name: azure/webapps-deploy dependency-type: direct:production update-type: version-update:semver-minor ... 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..f85a16e 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.5 with: app-name: syncdwh publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}