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