From 00a2dd6dda0bc051d5d0ebee8af8e6451386e391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:44:08 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v7.2.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bdc6e9..49ae7a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: id: setup_python with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 # zizmor: ignore[cache-poisoning] + - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 # zizmor: ignore[cache-poisoning] # The cache is stored only on main branch and not used for publishing with: save-cache: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5dfd95e..d1fb94e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.14' - - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: version: 0.9.28 enable-cache: false