From 551b3bb961f472c92676f99f0e0a6a3ab228df3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:15:25 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.1.36 --- .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 b5a6c8a5a..41183a309 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.35 + uses: planetscale/ghcommit-action@v0.1.36 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'