From 3a40937c1aea145509e92d7abededd946c6bddeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:58:06 +0000 Subject: [PATCH] build(deps): bump planetscale/ghcommit-action from 0.2.19 to 0.2.20 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.2.19 to 0.2.20. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/v0.2.19...v0.2.20) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-version: 0.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-autoupdate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index 66bef7c..e41ff92 100644 --- a/.github/workflows/pre-commit-autoupdate.yaml +++ b/.github/workflows/pre-commit-autoupdate.yaml @@ -74,7 +74,7 @@ jobs: NEW_BRANCH_NAME: "bot-pre-commit-autoupdate-\ ${{ hashFiles('.pre-commit-config.yaml') }}" - - uses: planetscale/ghcommit-action@v0.2.19 + - uses: planetscale/ghcommit-action@v0.2.20 # Commit changed files back to the repository # if no changed files then continue without error if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ')