From 3c0d073b2c65b8428950c8b9c4de425a3c3781f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:37:13 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v7.6.0 --- .github/workflows/code-quality-cli.yml | 2 +- .github/workflows/code-quality-with-ollama.yml | 2 +- .github/workflows/code-quality.yml | 2 +- .github/workflows/release-cli.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-quality-cli.yml b/.github/workflows/code-quality-cli.yml index d247005..24ddd91 100644 --- a/.github/workflows/code-quality-cli.yml +++ b/.github/workflows/code-quality-cli.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.13' - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: enable-cache: true python-version: '3.13' diff --git a/.github/workflows/code-quality-with-ollama.yml b/.github/workflows/code-quality-with-ollama.yml index e442607..0196f0d 100644 --- a/.github/workflows/code-quality-with-ollama.yml +++ b/.github/workflows/code-quality-with-ollama.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: enable-cache: true python-version: '3.13' diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index bbb1969..16f8921 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: enable-cache: true python-version: '3.13' diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 6c11880..aaeaa8e 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install uv - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: enable-cache: true python-version: '3.13'