Skip to content

Commit fe6388d

Browse files
committed
test workflow
1 parent e773620 commit fe6388d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
196196
# Install Terraform
197197
- name: Install Terraform
198-
uses: hashicorp/setup-terraform@v3
198+
uses: hashicorp/setup-terraform@v2
199199
with:
200200
terraform_version: ${{ inputs.terraform_version }}
201201

@@ -370,7 +370,7 @@ jobs:
370370
# Cleanup the PR environment
371371
# Install Terraform
372372
- name: Install Terraform
373-
uses: hashicorp/setup-terraform@v3
373+
uses: hashicorp/setup-terraform@v2
374374
with:
375375
terraform_version: ${{ inputs.terraform_version }}
376376

0 commit comments

Comments
 (0)