Skip to content

Commit 2f68684

Browse files
authored
Merge pull request #14 from codebytes/dependabot/github_actions/hashicorp/setup-terraform-2
Bump hashicorp/setup-terraform from 1 to 2
2 parents 6cbd95e + fc24f21 commit 2f68684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
7070
- name: Setup Terraform
71-
uses: hashicorp/setup-terraform@v1
71+
uses: hashicorp/setup-terraform@v2
7272
with:
7373
terraform_version: latest # optional, default is latest
7474

@@ -154,7 +154,7 @@ jobs:
154154

155155
# Install the latest version of Terraform CLI and configure the Terraform CLI configuration file with a Terraform Cloud user API token
156156
- name: Setup Terraform
157-
uses: hashicorp/setup-terraform@v1
157+
uses: hashicorp/setup-terraform@v2
158158
with:
159159
terraform_version: latest # optional, default is latest
160160

0 commit comments

Comments
 (0)