From 1aab6de1f352cedad209b40717634f8c24b5a427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:51:09 +0000 Subject: [PATCH] chore(deps): update cds-snc/terraform-plan action to v3.2.0 --- .github/workflows/tf_plan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf_plan.yml b/.github/workflows/tf_plan.yml index 8ea1fe07..25242b1f 100644 --- a/.github/workflows/tf_plan.yml +++ b/.github/workflows/tf_plan.yml @@ -42,7 +42,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Terraform plan - uses: cds-snc/terraform-plan@b84f6e89f3e7b5ecf648a2c036c043c73d82da59 # v3.1.0 + uses: cds-snc/terraform-plan@5311f3dac704235dde778e30fa7d2bd0c0d8036f # v3.2.0 with: comment-delete: true comment-title: "Production: ${{ matrix.module }}"