Skip to content

Commit 3281552

Browse files
authored
Merge pull request #16 from codebytes/dependabot/github_actions/hashicorp/setup-terraform-3
Bump hashicorp/setup-terraform from 2 to 3
2 parents e5a5cc1 + 60c0019 commit 3281552

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@v2
71+
uses: hashicorp/setup-terraform@v3
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@v2
157+
uses: hashicorp/setup-terraform@v3
158158
with:
159159
terraform_version: latest # optional, default is latest
160160

0 commit comments

Comments
 (0)