Skip to content

Commit 92dd94e

Browse files
authored
Merge pull request #124 from reneenoble/update-setup-azd-v2
Update setup-azd version (edgio issue)
2 parents 45dec60 + aa924c3 commit 92dd94e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
3-
"commit": "573edb00d58171b2848ed4d1032fc6aae8fe0cea",
3+
"commit": "94513c0c679a5809e0b80787e3b9a340a10a6450",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

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

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

0 commit comments

Comments
 (0)