From a8d8674ebe07e43ea06cc3b88ba65915bf21b72c Mon Sep 17 00:00:00 2001 From: Sandra Ahlgrimm Date: Sat, 8 Feb 2025 19:11:48 +0000 Subject: [PATCH] update azd version in gh action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ea6878..1b932df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: 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) if: ${{ env.AZURE_CLIENT_ID != '' }}