From 3a0cc216a407eed0c89d898ae73b34d2d48d143d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:09:59 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.2.3 (#1992) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4be472e39..210da9c2a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -114,7 +114,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.1 + uses: planetscale/ghcommit-action@v0.2.3 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'