From 68c045d84da88397e1561e6ac80b5c1493159243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:07:31 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.1.43 --- .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 912332b2c..46f9989bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -86,7 +86,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: planetscale/ghcommit-action@v0.1.42 + uses: planetscale/ghcommit-action@v0.1.43 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'