Skip to content

Commit e5156e7

Browse files
Bump hashicorp/setup-terraform from 2 to 3
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. - [Release notes](https://github.com/hashicorp/setup-terraform/releases) - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md) - [Commits](hashicorp/setup-terraform@v2...v3) --- updated-dependencies: - dependency-name: hashicorp/setup-terraform dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2de6267 commit e5156e7

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)