Skip to content

Commit e648379

Browse files
authored
Merge pull request #65 from PerfectThymeTech/dependabot/github_actions/hashicorp/setup-terraform-3
Bump hashicorp/setup-terraform from 2 to 3
2 parents 2de6267 + e5156e7 commit e648379

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/_terraformApplyTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Setup Terraform
6363
- name: Setup Terraform
6464
id: terraform_setup
65-
uses: hashicorp/setup-terraform@v2
65+
uses: hashicorp/setup-terraform@v3
6666
with:
6767
terraform_version: ${{ inputs.terraform_version }}
6868
terraform_wrapper: true

.github/workflows/_terraformLintTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Setup Terraform
2626
- name: Setup Terraform
2727
id: terraform_setup
28-
uses: hashicorp/setup-terraform@v2
28+
uses: hashicorp/setup-terraform@v3
2929
with:
3030
terraform_version: ${{ inputs.terraform_version }}
3131
terraform_wrapper: true

.github/workflows/_terraformPlanTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Setup Terraform
6464
- name: Setup Terraform
6565
id: terraform_setup
66-
uses: hashicorp/setup-terraform@v2
66+
uses: hashicorp/setup-terraform@v3
6767
with:
6868
terraform_version: ${{ inputs.terraform_version }}
6969
terraform_wrapper: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup Terraform
2424
- name: Setup Terraform
2525
id: terraform_setup
26-
uses: hashicorp/setup-terraform@v2
26+
uses: hashicorp/setup-terraform@v3
2727
with:
2828
terraform_version: "1.4.6"
2929
terraform_wrapper: true

0 commit comments

Comments
 (0)