From a9b8ea73c67e31fcf6942e92fcea4db8cf7921f7 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 25 Jul 2026 13:16:45 +0100 Subject: [PATCH] Replace pre-commit with prek to fix CI deprecation warning --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87fce57697..891a289fde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,14 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7.0.0 - with: - fetch-depth: 0 - - - uses: actions/setup-python@v6.3.0 - with: - python-version: "3.10" - - - uses: pre-commit/action@v3.0.1 + - uses: j178/prek-action@v2.0.6 tests: name: Python ${{ matrix.python-version }}