Skip to content

Commit d45e1a2

Browse files
Update Azure Developer CLI setup to use version 2 of the action
1 parent 98b9237 commit d45e1a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-v2-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,12 @@ jobs:
276276
- name: Checkout Code
277277
uses: actions/checkout@v4
278278

279-
- name: Install Azure Developer CLI
280-
uses: Azure/setup-azd@v1.0.0
281-
282279
- name: Setup Azure CLI
283280
shell: bash
284281
run: |
285282
# Azure CLI is pre-installed on Windows GitHub runners
286283
az --version # Verify installation
287-
284+
288285
- name: Try setup-azd action
289286
uses: Azure/setup-azd@v2
290287

0 commit comments

Comments
 (0)