From f8f451b8f69475e28d545c0810cb364e1a7dcf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:57:15 +0000 Subject: [PATCH] build(deps): bump planetscale/ghcommit-action from 0.2.20 to 0.2.21 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.2.20 to 0.2.21. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/v0.2.20...v0.2.21) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-version: 0.2.21 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 f197bc4..e5ed76c 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.20 + - uses: planetscale/ghcommit-action@v0.2.21 # Commit changed files back to the repository # if no changed files then continue without error if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ')