From f51fdb45abcc0501a40426e385b2cbbfa97ba515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:44:21 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.2.8 --- .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 8476119db7..27da58c3ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -118,7 +118,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.7 + uses: planetscale/ghcommit-action@v0.2.8 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'