diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 9656d2c01f59..54e4c9f61d71 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -43,7 +43,7 @@ runs: - name: Run Ruff run: | - python -m pip install -U ruff<0.8 + python -m pip install -U ruff<0.8.0 python -m ruff check . python -m ruff format --check working-directory: python_files