From f673ad2b9283d955f34bb202f4a16734f88c32d9 Mon Sep 17 00:00:00 2001 From: sinedied Date: Fri, 12 Apr 2024 14:15:36 +0200 Subject: [PATCH] chore: update azd actions to fix warning --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d6f1992..ac75f35 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: Install azd - uses: Azure/setup-azd@v0.1.0 + uses: Azure/setup-azd@v1.0.0 - name: Install Nodejs uses: actions/setup-node@v4