From 9b2a3ba96274f9e8aa17a13fc52e888f1a2a35d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:13:30 +0000 Subject: [PATCH] Bump planetscale/ghcommit-action Bumps the github-actions-dependencies group with 1 update: [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action). Updates `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 dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 31867e5a7..0ce6be370 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -88,7 +88,7 @@ jobs: GH_TOKEN: ${{ steps.generate_token.outputs.token }} - name: Commit and push changes - uses: planetscale/ghcommit-action@v0.2.19 + uses: planetscale/ghcommit-action@v0.2.20 with: commit_message: 'Update helm docs' repo: ${{ github.repository }}