From ed744ebf16db2bcb8c3f0efbdb56f5fb2b44ef73 Mon Sep 17 00:00:00 2001 From: Mathieu Seiler Date: Thu, 6 Jun 2024 10:15:23 +0200 Subject: [PATCH] Update ted.yaml --- .github/workflows/ted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ted.yaml b/.github/workflows/ted.yaml index 600fde2..5bfcb24 100644 --- a/.github/workflows/ted.yaml +++ b/.github/workflows/ted.yaml @@ -19,7 +19,7 @@ jobs: git config --local user.name "TED" git config --global --add safe.directory /github/workspace - name: TED run - uses: OpenGuidou/ted@v0.23 + uses: OpenGuidou/ted@v0.24 env: OPENAI_API_VERSION: ${{ secrets.OPENAI_API_VERSION }} AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}