From ace899cb5a638f7eb1d67ed8f61be70349434c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:15:47 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20astral-sh/ruff-a?= =?UTF-8?q?ction=20action=20(=20v3=20=E2=86=92=20v4.0.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------------------- | ---- | ------ | | github-tags | astral-sh/ruff-action | v3 | v4.0.0 | --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 168b0ef..c6649dc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ jobs: python-version: "3.14" - name: Install Ruff - uses: astral-sh/ruff-action@v3 + uses: astral-sh/ruff-action@v4.0.0 - name: Run Ruff run: ruff check --output-format=github .