From 8e1352ae7ab3c58338056dac7ce552985c8075b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 15:17:54 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v7 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/renovate.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f715313a..c7a30916 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # fetch all history - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7 - name: Install dependencies run: uv sync @@ -61,7 +61,7 @@ jobs: run: sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7 - name: Pin python-version ${{ matrix.python-version }} run: uv python pin ${{ matrix.python-version }} @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7 # extract the app name out of the tag's ref value - id: get-app-name diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b7777299..e20fa98d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -18,7 +18,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libxmlsec1-dev - name: Install uv - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6 + uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7 - name: Self-hosted Renovate uses: renovatebot/github-action@c91a61c730fa166439cd3e2c300c041590002b1d # v44.0.3