From 7e5b91ee16986d431053d08280c75afe99e96094 Mon Sep 17 00:00:00 2001 From: zakaria Date: Thu, 9 Jan 2025 17:33:05 +0100 Subject: [PATCH] Switch from chartboost/ruff-action@v1 to astral-sh/ruff-action@v3 --- .github/workflows/lint_format_checker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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