File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments