From 6949048406b48915cfdc3ea8785cc3f83f0f4575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 12:54:44 +0000 Subject: [PATCH] Bump astral-sh/ruff-action from 3.6.1 to 4.0.0 Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.6.1 to 4.0.0. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/4919ec5cf1f49eff0871dbcea0da843445b837e6...0ce1b0bf8b818ef400413f810f8a11cdbda0034b) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 3ddb6e6..d71bd29 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -18,7 +18,7 @@ jobs: - name: Install Ruff id: install-ruff - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1 + uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 with: version: '0.15.x' args: '--version'