From 9f87f8885e12312641c7309c64984f51217734dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 14:02:12 +0000 Subject: [PATCH] build(deps): bump int128/diff-action from 1 to 2 Bumps [int128/diff-action](https://github.com/int128/diff-action) from 1 to 2. - [Release notes](https://github.com/int128/diff-action/releases) - [Commits](https://github.com/int128/diff-action/compare/v1...v2) --- updated-dependencies: - dependency-name: int128/diff-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tf-pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-pr-checks.yaml b/.github/workflows/tf-pr-checks.yaml index 9c188038..aed9831c 100644 --- a/.github/workflows/tf-pr-checks.yaml +++ b/.github/workflows/tf-pr-checks.yaml @@ -151,7 +151,7 @@ jobs: run: terraform show -no-color tfplan-target > plan-target.txt - name: 🧾 Generate Terraform Plan Diff - uses: int128/diff-action@v1 + uses: int128/diff-action@v2 with: base: ${{ inputs.terraform_directory }}/plan-target.txt head: ${{ inputs.terraform_directory }}/plan-pr.txt