From 16d614f4386adef4e9ff0fd86ffc687060c41f55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:58:44 +0000 Subject: [PATCH] Update planetscale/ghcommit-action action to v0.1.42 --- .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 0f99708d7..912332b2c 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.41 + uses: planetscale/ghcommit-action@v0.1.42 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'