Skip to content

Commit 6bb035a

Browse files
authored
Update azure-dev.yml
- Resolve #9 Signed-off-by: Sidney Andrews <sidandrews@microsoft.com>
1 parent d462a2d commit 6bb035a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919
- name: Install azd
20-
uses: Azure/setup-azd@v1.0.0
20+
uses: azure/setup-azd@v2
2121
- name: Log in with Azure (Federated Credentials)
2222
run: |
2323
azd auth login `
@@ -33,4 +33,4 @@ jobs:
3333
- name: Deploy Application
3434
run: azd deploy --no-prompt
3535
env:
36-
AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}
36+
AZURE_RESOURCE_GROUP: ${{ vars.AZURE_RESOURCE_GROUP }}

0 commit comments

Comments
 (0)