From 8de1fcd96cc68d36b958e0f69941de90e79a1139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:00:23 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v7 --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 19d5828..f9f1a7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 with: python-version: 3.13 - name: build package diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8a318c..6bf4cf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv and set the python version - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 with: python-version: ${{ matrix.python-version }} - name: Run linting @@ -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@v5 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 with: python-version: ${{ matrix.python-version }} - name: Test with python ${{ matrix.python-version }}