diff --git a/.github/workflows/update-llms.yml b/.github/workflows/update-llms.yml index 7b036e6..f509b32 100644 --- a/.github/workflows/update-llms.yml +++ b/.github/workflows/update-llms.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" cache: "pip" - name: Install llmstxt tool