From cd0010585091714f9ed54866e93ce280f6ee7b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:06:36 +0100 Subject: [PATCH] Bump planetscale/ghcommit-action from 0.1.41 to 0.1.42 in /.github/actions/format-code (#3887) Bump planetscale/ghcommit-action in /.github/actions/format-code Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.1.41 to 0.1.42. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/84c52a5164423e2cd66371ecae81d9049a2cf105...e1599c54d850c63ee45f5456a2ac741f49cfed01) --- 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 a25e2bcdd5..38b07b9bb1 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@84c52a5164423e2cd66371ecae81d9049a2cf105 # v0.1.41 + - uses: planetscale/ghcommit-action@e1599c54d850c63ee45f5456a2ac741f49cfed01 # v0.1.42 with: commit_message: ${{ inputs.commit_message }} repo: ${{ github.repository }}