From 7c051ddba5728773f457ff6dbc6f0e4421b19c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:54:20 +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/main-Bunkograph(production).yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-Bunkograph(production).yml b/.github/workflows/main-Bunkograph(production).yml index f49def2..02be195 100644 --- a/.github/workflows/main-Bunkograph(production).yml +++ b/.github/workflows/main-Bunkograph(production).yml @@ -48,7 +48,7 @@ jobs: - name: Deploy to Azure Web App id: deploy-to-webapp - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 'Bunkograph' slot-name: 'production'