From c67baceb7c56fedf44980cfbb6fc541b852f0e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 21:06:04 +0000 Subject: [PATCH] build(deps): Bump pre-commit/actions in the pipeline group Bumps the pipeline group with 1 update: [pre-commit/actions](https://github.com/pre-commit/actions). Updates `pre-commit/actions` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/actions/releases) - [Commits](https://github.com/pre-commit/actions/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/actions dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pipeline ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 7d6c219..927e612 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,6 +20,6 @@ jobs: distribution: temurin - name: Run pre-commit - uses: pre-commit/actions@v3.0.0 + uses: pre-commit/actions@v3.0.1 with: extra_args: --from-ref=${{ github.event.pull_request.base.sha }} --to-ref=${{ github.sha }}