diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 2da12e8..054bbfe 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -36,5 +36,6 @@ jobs: - name: Deploy bicep uses: Azure/cli@v2 with: + azcliversion: 2.66.0 inlineScript: | - az deployment sub create --location westeurope --template-file infrastructure/main.bicep --parameters infrastructure/params/prod.bicepparam \ No newline at end of file + az deployment sub create --location westeurope --template-file infrastructure/main.bicep --parameters infrastructure/params/prod.bicepparam