From efb6840d3f60d1eb7d5f91c6352ff6544c6da2fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:43:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20astral-sh/setup-u?= =?UTF-8?q?v=20action=20to=20v7.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linting.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 4ee6cb0..3f716d7 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -18,7 +18,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: 🏗 Set up UV - uses: astral-sh/setup-uv@v7.5.0 + uses: astral-sh/setup-uv@v7.6.0 with: version: "latest" python-version: ${{ env.DEFAULT_PYTHON }} @@ -37,7 +37,7 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v6.0.2 - name: 🏗 Set up UV - uses: astral-sh/setup-uv@v7.5.0 + uses: astral-sh/setup-uv@v7.6.0 with: version: "latest" python-version: ${{ env.DEFAULT_PYTHON }}