From 8eaf35664184c4a7d72fda638fa2c9714d2cfc4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:16:45 +0000 Subject: [PATCH] chore(deps): update astral-sh/ruff-action action to v4 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c57718..dad06e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,12 +22,12 @@ jobs: uses: actions/checkout@v6 - name: Ruff Check - uses: astral-sh/ruff-action@v3 + uses: astral-sh/ruff-action@v4.0.0 with: args: check --output-format=github - name: Ruff Format - uses: astral-sh/ruff-action@v3 + uses: astral-sh/ruff-action@v4.0.0 with: args: format --check --diff