Skip to content

Commit 780fcc5

Browse files
Update gruntwork-io/terragrunt-action action to v2.1.8
1 parent 49575d1 commit 780fcc5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/iac.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: Init
213213
id: init
214-
uses: gruntwork-io/terragrunt-action@v2.1.4
214+
uses: gruntwork-io/terragrunt-action@v2.1.8
215215
with:
216216
tofu_version: ${{ inputs.TF_VERSION }}
217217
tg_version: ${{ inputs.TG_VERSION }}
@@ -228,7 +228,7 @@ jobs:
228228
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}
229229

230230
- name: Validate
231-
uses: gruntwork-io/terragrunt-action@v2.1.4
231+
uses: gruntwork-io/terragrunt-action@v2.1.8
232232
id: validate
233233
with:
234234
tofu_version: ${{ inputs.TF_VERSION }}
@@ -241,7 +241,7 @@ jobs:
241241
TG_QUEUE_EXCLUDE_DIR: ${{ inputs.TERRAGRUNT_EXCLUDE_DIR }}
242242

243243
- name: Plan
244-
uses: gruntwork-io/terragrunt-action@v2.1.4
244+
uses: gruntwork-io/terragrunt-action@v2.1.8
245245
id: plan
246246
continue-on-error: true
247247
with:
@@ -291,7 +291,7 @@ jobs:
291291

292292
- name: Apply
293293
if: (github.ref == 'refs/heads/main' && github.event_name == 'push') || github.event_name == 'schedule'
294-
uses: gruntwork-io/terragrunt-action@v2.1.4
294+
uses: gruntwork-io/terragrunt-action@v2.1.8
295295
id: apply
296296
with:
297297
tofu_version: ${{ inputs.TF_VERSION }}

0 commit comments

Comments
 (0)