From 398ce34aa461fc408bba6057a8a12382393f31b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:43:05 +0000 Subject: [PATCH] chore(deps): bump liatrio/terraform-change-pr-commenter Bumps [liatrio/terraform-change-pr-commenter](https://github.com/liatrio/terraform-change-pr-commenter) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/liatrio/terraform-change-pr-commenter/releases) - [Changelog](https://github.com/liatrio/terraform-change-pr-commenter/blob/main/CHANGELOG.md) - [Commits](https://github.com/liatrio/terraform-change-pr-commenter/compare/v1.14.0...v1.14.2) --- updated-dependencies: - dependency-name: liatrio/terraform-change-pr-commenter dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index e3d5ba3..28c2ff5 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -75,7 +75,7 @@ jobs: run: terraform show -json -no-color plan_${{inputs.ENVIRONMENT}}_${{github.sha}}.bin > test_${{inputs.ENVIRONMENT}}_${{github.sha}}.json - name: inform about changes - uses: liatrio/terraform-change-pr-commenter@v1.14.0 + uses: liatrio/terraform-change-pr-commenter@v1.14.2 with: json-file: ${{ inputs.WORKING_DIRECTORY }}/test_${{inputs.ENVIRONMENT}}_${{github.sha}}.json expand-comment: "true"