From 0f277894b2e9cebebd0966e79c2d7c73da8d9c72 Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Mon, 13 Apr 2026 10:43:31 +0200 Subject: [PATCH] chore(ci): Update ruff-action to v4.0.0 Update ruff GitHub Action from v3.6.1 to v4.0.0 and bump ruff version from 0.15.2 to 0.15.10 for latest linting improvements. Fixes #21682 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e51de2e8c..5f0c9fa66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,9 +56,9 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check Python linting & PEP8 compliance - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1 + uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 with: - version: "0.15.2" + version: "0.15.10" args: "check --output-format=github" src: "netbox/"