From d1dac5baa21968fa4825b86663aa81b4c312866f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:17:07 +0000 Subject: [PATCH] chore(deps): 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.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 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 192b052b4..0af09854b 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -94,7 +94,7 @@ jobs: GH_TOKEN: ${{ steps.generate_token.outputs.token }} - name: Commit and push changes - uses: planetscale/ghcommit-action@v0.2.20 + uses: planetscale/ghcommit-action@v0.2.21 with: commit_message: 'Update helm docs' repo: ${{ github.repository }}