From c86f19718af41bd4194b9c9eb4ae02e580679c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:51:09 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v7 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 016854b..37b783e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 - name: Build package run: uv build - name: Publish package distributions to PyPI @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 - name: Build docs run: | uv sync --group docs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb70eb3..f7a34fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} - name: Run linting and type checking @@ -31,7 +31,7 @@ with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 with: python-version: ${{ matrix.python-version }} - name: Test with python ${{ matrix.python-version }}