Skip to content

Commit 3b90a28

Browse files
committed
[ci] Explicitly set Ruff version latest to avoid version warning
1 parent b902d17 commit 3b90a28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/code_analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Install ruff
6565
uses: astral-sh/ruff-action@v3
6666
with:
67+
version: "latest"
6768
args: "--version"
6869

6970
- name: Lint code

0 commit comments

Comments
 (0)