From a4384972135457568deb93f95f925fbad71e6a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:00:48 +0100 Subject: [PATCH] Bump planetscale/ghcommit-action from 0.1.40 to 0.1.41 in /.github/actions/format-code (#3859) Bump planetscale/ghcommit-action in /.github/actions/format-code Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.1.40 to 0.1.41. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/c8ba2501e51d7257efb393109e6e10bc36a3f769...84c52a5164423e2cd66371ecae81d9049a2cf105) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/format-code/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/format-code/action.yml b/.github/actions/format-code/action.yml index de4e9f11af..a25e2bcdd5 100644 --- a/.github/actions/format-code/action.yml +++ b/.github/actions/format-code/action.yml @@ -60,7 +60,7 @@ runs: env: mask: ${{ inputs.mask }} - - uses: planetscale/ghcommit-action@c8ba2501e51d7257efb393109e6e10bc36a3f769 # v0.1.40 + - uses: planetscale/ghcommit-action@84c52a5164423e2cd66371ecae81d9049a2cf105 # v0.1.41 with: commit_message: ${{ inputs.commit_message }} repo: ${{ github.repository }}