From a3c1111c81017947a0ea713f601af894d9675c9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:53:15 +0000 Subject: [PATCH] chore(deps): update pre-commit/action action to v3.0.1 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 07e4401..5c25bd2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -35,7 +35,7 @@ jobs: .venv/bin/python3 -m pip install -Ur .github/requirements.txt - run: .venv/bin/gitlint --commits "origin/$GITHUB_BASE_REF..HEAD" if: github.event_name == 'pull_request' - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 test: runs-on: ${{ matrix.os }}