mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-06-24 16:11:53 +00:00
fix(ci): bump ruff version in workflow
This commit is contained in:
4
.github/workflows/ruff.yaml
vendored
4
.github/workflows/ruff.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user