From 1456e2c88548ec575b32bae2220b5db09c32b95e Mon Sep 17 00:00:00 2001 From: Yohan Lasorsa Date: Thu, 16 Jan 2025 09:21:16 +0100 Subject: [PATCH] chore: update setup azd actions (fixes #107) (#108) --- .github/workflows/azure-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index ac75f356..22360c84 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Install azd - uses: Azure/setup-azd@v1.0.0 + uses: Azure/setup-azd@v2 - name: Install Nodejs uses: actions/setup-node@v4