From cf773346de771f72726c122a95960cf820ae8e3b Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 14 Nov 2024 18:56:37 +0100 Subject: [PATCH] Update infra.yml --- .github/workflows/infra.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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