diff --git a/action.yml b/action.yml index c651c20..b932ef1 100644 --- a/action.yml +++ b/action.yml @@ -353,7 +353,7 @@ runs: if: steps.guard.outputs.skip != 'true' shell: bash run: | - python -m pip install --disable-pip-version-check 'codeboarding==0.13.10' + python -m pip install --disable-pip-version-check 'codeboarding==0.13.11' # Fail here, with the reason, rather than mid-analysis with a traceback: # pinning a release does not pin what its dependencies resolve to. Run # the console script, not `python -c`, which would put the analyzed diff --git a/scripts/action/supported-providers.json b/scripts/action/supported-providers.json index 213cebd..6bb95cc 100644 --- a/scripts/action/supported-providers.json +++ b/scripts/action/supported-providers.json @@ -18,7 +18,7 @@ "a selection env (AWS_DEFAULT_REGION, OLLAMA_API_KEY) therefore cannot select a provider", "on its own, which is why ollama and litellm need their base URL and not just a key." ], - "engine": "0.13.10", + "engine": "0.13.11", "hosted_provider": "openrouter", "providers": { "openrouter": {