From e3cf635232fdd322aaf9df911cf3a2974edc57f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 01:06:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20astral-sh/setup-u?= =?UTF-8?q?v=20action=20to=20v8?= 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 3f716d7..3a48045 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.6.0 + uses: astral-sh/setup-uv@v8.0.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.6.0 + uses: astral-sh/setup-uv@v8.0.0 with: version: "latest" python-version: ${{ env.DEFAULT_PYTHON }}