From 13ec6a4a60793c41e68e7633582ee169afada9a1 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:11:38 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v6.8.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | astral-sh/setup-uv | v6.0.1 | v6.8.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- github-actions/create-docs-update-pr/action.yml | 2 +- github-actions/generate-embeddings/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github-actions/create-docs-update-pr/action.yml b/github-actions/create-docs-update-pr/action.yml index 65f690f..e7e08a5 100644 --- a/github-actions/create-docs-update-pr/action.yml +++ b/github-actions/create-docs-update-pr/action.yml @@ -73,7 +73,7 @@ runs: shell: bash - name: Install uv - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 - name: Set up Python run: uv python install diff --git a/github-actions/generate-embeddings/action.yml b/github-actions/generate-embeddings/action.yml index 8971ad9..9d0fe8a 100644 --- a/github-actions/generate-embeddings/action.yml +++ b/github-actions/generate-embeddings/action.yml @@ -39,7 +39,7 @@ runs: path: target-repo - name: Install uv - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1 + uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0 - name: Set up Python run: uv python install