From fd2eb25a4cc07ce044643d7ee7924a94ef364ac7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:04:06 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.1.37 --- .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 41183a309..4c2584987 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -82,7 +82,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: planetscale/ghcommit-action@v0.1.36 + uses: planetscale/ghcommit-action@v0.1.37 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'