From 5d11c3d9c149df3d1b590dad696d7676d8bb5b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:53:16 +0000 Subject: [PATCH] build(deps): bump planetscale/ghcommit-action from 0.2.15 to 0.2.16 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.2.15 to 0.2.16. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/v0.2.15...v0.2.16) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-version: 0.2.16 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 e647c0c..2dab6b3 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.15 + - uses: planetscale/ghcommit-action@v0.2.16 # Commit changed files back to the repository # if no changed files then continue without error if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ')