From 197e24afbbacbbe50e4e08ecc2351b3c0b668ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:16:58 +0000 Subject: [PATCH] :arrow_up: github-actions: 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/SSW.SophieBot.dev.yml | 2 +- .github/workflows/SSW.SophieBot.prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/SSW.SophieBot.dev.yml b/.github/workflows/SSW.SophieBot.dev.yml index a6587b9f..a6b5f310 100644 --- a/.github/workflows/SSW.SophieBot.dev.yml +++ b/.github/workflows/SSW.SophieBot.dev.yml @@ -166,7 +166,7 @@ jobs: # Deploy the web app to azure - name: "Deploy Azure Web App" - uses: Azure/webapps-deploy@v2 + uses: Azure/webapps-deploy@v3 with: app-Name: ${{ env.WEBAPP_NAME }} publish-profile: ${{ secrets.BOT_WEBAPP_PUBLISH_PROFILE }} diff --git a/.github/workflows/SSW.SophieBot.prod.yml b/.github/workflows/SSW.SophieBot.prod.yml index 9e9b69ed..cb022636 100644 --- a/.github/workflows/SSW.SophieBot.prod.yml +++ b/.github/workflows/SSW.SophieBot.prod.yml @@ -156,7 +156,7 @@ jobs: # Deploy the web app to azure - name: "Deploy Azure Web App" - uses: Azure/webapps-deploy@v2 + uses: Azure/webapps-deploy@v3 with: app-Name: ${{ env.WEBAPP_NAME }} publish-profile: ${{ secrets.BOT_WEBAPP_PUBLISH_PROFILE }}