From e042dd07a5b9126ccc1a705bbd8c8bc9291dcdb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:28:03 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v6 --- .github/workflows/build_and_deploy_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index 4bd4ed89..e8637b8a 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -55,7 +55,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Set up uv package manager - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v6 with: python-version: ${{ env.PYTHON_VERSION }}