From 0ac98c6b2e3d847ee876eae1a1c14997eeecfd03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 02:22:47 +0000 Subject: [PATCH] chore(deps): update dependency astral-sh/uv to v0.12.13 --- .github/actions/pre-commit-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pre-commit-setup/action.yml b/.github/actions/pre-commit-setup/action.yml index 735fd19..279dd3a 100644 --- a/.github/actions/pre-commit-setup/action.yml +++ b/.github/actions/pre-commit-setup/action.yml @@ -49,5 +49,5 @@ runs: python-version: '3.14' - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: - version: 0.12.10 + version: 0.12.13 save-cache: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}