From dcdda7698403f3af7b38948a017e89c9d2981cf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:03:55 +0000 Subject: [PATCH] Update j178/prek-action action to v2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ace00def..c5a36f21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} activate-environment: true # Activate for simple `uv sync` below - run: uv sync - - uses: j178/prek-action@v1 + - uses: j178/prek-action@v2 - uses: pre-commit-ci/lite-action@v1.1.0 if: always() lint: