Skip to content

Commit cfdb3d6

Browse files
authored
Update setup-azd version (edgio issue)
1 parent b02399c commit cfdb3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/azure-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232

3333
- name: Install azd
34-
uses: Azure/setup-azd@v0.1.0
34+
uses: Azure/setup-azd@v2.0.0
3535

3636
- name: Log in with Azure (Federated Credentials)
3737
if: ${{ env.AZURE_CLIENT_ID != '' }}

0 commit comments

Comments
 (0)