From 9bac6df3286a750d3703dfbcf617da4e2a55173c Mon Sep 17 00:00:00 2001 From: dragonmux Date: Tue, 15 Oct 2024 16:34:49 +0100 Subject: [PATCH] github: Switch to our fork of pre-commit/action till upstream fixes the action for the pip policy change --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aacae0bf42a..58f380d6caf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v4 - name: Run pre-commit - uses: pre-commit/action@v3.0.1 + uses: blackmagic-debug/pre-commit-action@v3-bmd