Skip to content

Commit fbc9397

Browse files
authored
Bump azd version in pipeline
1 parent c0f19d0 commit fbc9397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# using the install-azd action
4141
- name: Install azd
42-
uses: Azure/setup-azd@v1.0.0
42+
uses: Azure/setup-azd@v2.0.0
4343

4444
# # If you want to use azd-daily build, or install it from a PR, you can remove previous step and
4545
# # use the next one:
@@ -62,4 +62,4 @@ jobs:
6262
run: azd up --no-prompt
6363

6464
- name: Tear Down Infrastructure
65-
run: azd down --no-prompt --force --purge
65+
run: azd down --no-prompt --force --purge

0 commit comments

Comments
 (0)