diff --git a/.github/workflows/lint_format_checker.yaml b/.github/workflows/lint_format_checker.yaml index c19aea8f6..1ac9a5934 100644 --- a/.github/workflows/lint_format_checker.yaml +++ b/.github/workflows/lint_format_checker.yaml @@ -19,8 +19,8 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Checking code formatting. - uses: chartboost/ruff-action@v1 + uses: astral-sh/ruff-action@v3 with: args: format --check - name: Running linter. - uses: chartboost/ruff-action@v1 + uses: astral-sh/ruff-action@v3