From 58de443ce2f9b5abb45b9a4d483e8801d474c24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:32:46 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8.2.0 --- .github/workflows/chatacter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chatacter.yml b/.github/workflows/chatacter.yml index c3510f79..9df49739 100644 --- a/.github/workflows/chatacter.yml +++ b/.github/workflows/chatacter.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v6.0.2 - name: Set up UV - uses: astral-sh/setup-uv@v8.1.0 + uses: astral-sh/setup-uv@v8.2.0 - name: Install the project run: uv sync --frozen --no-dev - name: Build documentation