Skip to content

Commit 3bb6f6b

Browse files
build(deps): bump dflook/terraform-validate from 1 to 2 (#206)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CloudDrove CI <[email protected]>
1 parent 77ac669 commit 3bb6f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
# The terraform validate command validates the configuration files in a directory, referring only to the configuration
112112
- name: 'Terraform validate'
113-
uses: dflook/terraform-validate@v1
113+
uses: dflook/terraform-validate@v2
114114
with:
115115
tf_actions_working_dir: ${{ inputs.working_directory }}
116116

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: 'Terraform validate'
194194
if: ${{ inputs.destroy != true }}
195195
id: validate
196-
uses: dflook/terraform-validate@v1
196+
uses: dflook/terraform-validate@v2
197197
with:
198198
path: ${{ inputs.working_directory }}
199199

0 commit comments

Comments
 (0)