From 981a6c0a2a75bd142a6e4f247eb8903e45b5fbe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:05:48 +0000 Subject: [PATCH] chore(deps): update astral-sh/ruff-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55a13341..3f15bf7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: Install dependencies uses: ./.github/actions/setup - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4.0.0 with: version-file: "./requirements-dev.txt"