Skip to content

Commit 00bfea8

Browse files
Update ruff to 0.14.11 in the CI (#6708)
* Update ruff to 0.14.11 in the CI * Auto-format: cargo fmt --all --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f3b7f7f commit 00bfea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
- name: Install ruff
448448
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
449449
with:
450-
version: "0.14.9"
450+
version: "0.14.11"
451451
args: "--version"
452452

453453
- run: ruff check --diff

.github/workflows/pr-auto-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install ruff
5454
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
5555
with:
56-
version: "0.14.9"
56+
version: "0.14.11"
5757
args: "--version"
5858

5959
- name: Run ruff format

0 commit comments

Comments
 (0)