From 6e60cc6aa87b6e79bea1292f630ca8aa91a2ad78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:08:02 +0000 Subject: [PATCH] chore(deps): 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/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7d3d05ca..5dcf3b35 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -83,14 +83,14 @@ jobs: ghcr.io/${{ github.repository }}:${{ github.sha }} - name: Deploy to MST Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ vars.MST_AZURE_WEBAPP_NAME }} images: ghcr.io/${{ github.repository }}:${{ github.sha }} publish-profile: ${{ secrets.MST_AZURE_WEBAPP_PUBLISH_PROFILE }} - name: Deploy to SBMTD Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: ${{ vars.SBMTD_AZURE_WEBAPP_NAME }} images: ghcr.io/${{ github.repository }}:${{ github.sha }}