From 315485e8a932f838c636da2437ff6b92b395f87c Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Mon, 19 Jan 2026 09:40:35 +0100 Subject: [PATCH] Replace deprecated chartboost/ruff-action with astral-sh/ruff-action@v3 The chartboost/ruff-action repository is no longer actively maintained. This commit replaces it with the officially-supported Ruff action from Astral. Closes #4 --- .github/workflows/full_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index 84ddb20..f899294 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: chartboost/ruff-action@v1 # Fail fast if there are any linting errors + - uses: astral-sh/ruff-action@v3 # Fail fast if there are any linting errors - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: