From 4db1bd5c1e288a57f498087408643096d7c09605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:11:22 +0200 Subject: [PATCH] ci: prefer action-pre-commit-uv for lint job --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8e46285c..abdb9b5a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,8 +18,8 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.13" - # Ref: https://github.com/pre-commit/action - - uses: pre-commit/action@v3.0.1 + # Ref: https://github.com/tox-dev/action-pre-commit-uv + - uses: tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # v1.0.3 build: runs-on: ubuntu-latest