fix(ci): bump ruff version in workflow

This commit is contained in:
Travis Abendshien
2026-06-24 04:02:11 -07:00
parent 71a01c7156
commit 85676c0836

View File

@@ -16,7 +16,7 @@ jobs:
- name: Execute Ruff format
uses: astral-sh/ruff-action@v3
with:
version: 0.11.0
version: 0.15.17
args: format --check
ruff-check:
@@ -29,5 +29,5 @@ jobs:
- name: Execute Ruff check
uses: astral-sh/ruff-action@v3
with:
version: 0.11.8
version: 0.15.17
args: check