From db7b815cd92bd064612a6e68cc6d0458c90bc0fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:09:30 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.2.11 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8361d96a..0c340c134 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -126,7 +126,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')" - uses: planetscale/ghcommit-action@v0.2.10 + uses: planetscale/ghcommit-action@v0.2.11 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'