From 13bac280959cb07ed6363e83e2a94dd1c95c4047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:32:57 +0000 Subject: [PATCH] Update gruntwork-io/terragrunt-action action to v2.1.8 --- .github/workflows/iac.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index c2ab51b1..9902d270 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -211,7 +211,7 @@ jobs: - name: Init id: init - uses: gruntwork-io/terragrunt-action@v2.1.4 + uses: gruntwork-io/terragrunt-action@v2.1.8 with: tofu_version: ${{ inputs.TF_VERSION }} tg_version: ${{ inputs.TG_VERSION }} @@ -228,7 +228,7 @@ jobs: TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }} - name: Validate - uses: gruntwork-io/terragrunt-action@v2.1.4 + uses: gruntwork-io/terragrunt-action@v2.1.8 id: validate with: tofu_version: ${{ inputs.TF_VERSION }} @@ -241,7 +241,7 @@ jobs: TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }} - name: Plan - uses: gruntwork-io/terragrunt-action@v2.1.4 + uses: gruntwork-io/terragrunt-action@v2.1.8 id: plan continue-on-error: true with: @@ -291,7 +291,7 @@ jobs: - name: Apply if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || github.event_name == 'schedule' - uses: gruntwork-io/terragrunt-action@v2.1.4 + uses: gruntwork-io/terragrunt-action@v2.1.8 id: apply with: tofu_version: ${{ inputs.TF_VERSION }}