From 6423ca1b97047fd422b7ed596cf87f5de1e8c09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 04:33:37 +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-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1872eb7..631290b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -55,7 +55,7 @@ jobs: run: pip install -r ressources/requirements.txt - name: Déployer sur Azure App Service (staging) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: "MP-nexacloud-api-149-staging" publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_STAGING }} @@ -80,7 +80,7 @@ jobs: run: pip install -r ressources/requirements.txt - name: Déployer sur Azure App Service (production) - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: "MP-nexacloud-api-149" publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}