diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..af48d44 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -73,7 +73,7 @@ jobs: #Login in your azure subscription using a service principal (credentials stored as GitHub Secret in repo) - name: Azure Login - uses: azure/login@v2 + uses: azure/login@v3 with: creds: ${{ secrets.AZURE_CREDENTIALS }}