From 7a91d6bcfb6949964d579283450456df2ae0df80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:59:11 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v7.6.0 --- .github/workflows/test_server.yaml | 10 +++++----- .github/workflows/tics.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_server.yaml b/.github/workflows/test_server.yaml index 33a39e14..928a347b 100644 --- a/.github/workflows/test_server.yaml +++ b/.github/workflows/test_server.yaml @@ -49,7 +49,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Check lockfile run: uv lock --check - name: Install dependencies @@ -85,7 +85,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Check lockfile run: uv lock --check @@ -101,7 +101,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Install dependencies run: uv sync --group=lint - name: Lint @@ -119,7 +119,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Install dependencies run: uv sync --group=unit - name: Run unit tests @@ -149,7 +149,7 @@ jobs: with: persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Install dependencies run: uv sync --group=integration - name: Install concierge diff --git a/.github/workflows/tics.yml b/.github/workflows/tics.yml index cb8c5c51..3cd6460a 100644 --- a/.github/workflows/tics.yml +++ b/.github/workflows/tics.yml @@ -45,7 +45,7 @@ jobs: # Server - name: Set up uv - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Gather coverage (server) working-directory: server run: uvx tox run -e unit