Skip to content

Commit 77ac669

Browse files
build(deps): bump dflook/terraform-fmt-check from 1 to 2 (#205)
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 16877a5 commit 77ac669

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
@@ -93,7 +93,7 @@ jobs:
9393

9494
# The terraform fmt command is used to format your configuration files into a canonical format and style
9595
- name: 'Terraform Format'
96-
uses: 'dflook/terraform-fmt-check@v1'
96+
uses: 'dflook/terraform-fmt-check@v2'
9797
with:
9898
actions_subcommand: 'fmt'
9999

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: 'Terraform Format'
181181
if: ${{ inputs.destroy != true }}
182182
id: fmt
183-
uses: 'dflook/terraform-fmt-check@v1'
183+
uses: 'dflook/terraform-fmt-check@v2'
184184
with:
185185
actions_subcommand: 'fmt'
186186
path: ${{ inputs.working_directory }}

0 commit comments

Comments
 (0)