From 912ad0695de8d413e0f407d84864e8f1abae017e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 04:35:55 +0000 Subject: [PATCH] chore(deps): update azure/webapps-deploy action to v3 --- .github/actions/build-and-deploy-api/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-and-deploy-api/action.yml b/.github/actions/build-and-deploy-api/action.yml index 3e1a1928d..914b875cb 100644 --- a/.github/actions/build-and-deploy-api/action.yml +++ b/.github/actions/build-and-deploy-api/action.yml @@ -71,7 +71,7 @@ runs: shell: bash - name: Deploy API id: wa-deployment - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 'kordis-api' slot-name: ${{ inputs.slot }}