From 8d4c118b4902d60210ecc9f7e0b18692d6931314 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Mon, 27 Jan 2025 16:00:06 -0500 Subject: [PATCH] Update AZD workflow Use `v2` of `azure/setup-azd` Signed-off-by: Sidney Andrews --- .github/workflows/azure-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 59793d8..76f760b 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install azd - uses: Azure/setup-azd@v1.0.0 + uses: azure/setup-azd@v2 - name: Log in with Azure (Federated Credentials) run: | azd auth login `