fix: revert ruff-action to v3 (v4 major tag does not exist)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 14:47:31 +00:00
co-authored by Claude Sonnet 4.6
parent f90af65cd2
commit 36a5fb56b6
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Run Ruff - name: Run Ruff
uses: astral-sh/ruff-action@v4 uses: astral-sh/ruff-action@v3
with: with:
args: "check" args: "check"