From c7f2c90cd3067d75ca2ad0bf67758a74730eab42 Mon Sep 17 00:00:00 2001 From: SSharma-10 Date: Wed, 17 Jun 2026 13:19:37 +0530 Subject: [PATCH] ci pipeline fix --- .github/workflows/typescript-client-gen.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/typescript-client-gen.yml b/.github/workflows/typescript-client-gen.yml index f7def9abe..0e65ee4ba 100644 --- a/.github/workflows/typescript-client-gen.yml +++ b/.github/workflows/typescript-client-gen.yml @@ -67,6 +67,8 @@ jobs: - uses: microsoft/setup-kiota@v0.5.0 + with: + version: 1.31.1 - name: Check Kiota version run: kiota --version