diff --git a/.github/workflows/open-ai-app.yml b/.github/workflows/open-ai-app.yml index f0a51b7..b7dd667 100644 --- a/.github/workflows/open-ai-app.yml +++ b/.github/workflows/open-ai-app.yml @@ -79,7 +79,7 @@ jobs: # Set the build during deployment setting to false. This setting was added in the templates to all azd to work, but breaks deployment via webapps-deploy - name: Azure CLI script - uses: azure/CLI@v1 + uses: azure/CLI@v2.1.0 with: inlineScript: | rg=$(az webapp list --query "[?name=='${{ secrets.AZURE_APP_SERVICE_NAME }}'].resourceGroup" --output tsv)