From ea218baff54d21b87b339782312682dfc33bbeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:25:44 +0000 Subject: [PATCH] feat(deps): bump planetscale/ghcommit-action from 0.1.45 to 0.1.46 Bumps [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) from 0.1.45 to 0.1.46. - [Release notes](https://github.com/planetscale/ghcommit-action/releases) - [Commits](https://github.com/planetscale/ghcommit-action/compare/v0.1.45...v0.1.46) --- updated-dependencies: - dependency-name: planetscale/ghcommit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index e8c79a5..78dc5dd 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -532,7 +532,7 @@ jobs: echo "changes_detected=true" >> $GITHUB_OUTPUT fi - - uses: planetscale/ghcommit-action@v0.1.45 + - uses: planetscale/ghcommit-action@v0.1.46 if: steps.check_for_changes.outputs.changes_detected == 'true' with: commit_message: ${{ inputs.terraform-docs-git-commit-message }}