Skip to content

Commit 056491d

Browse files
authored
Merge pull request #29 from codebytes/dependabot/github_actions/hashicorp/setup-terraform-4
Bump hashicorp/setup-terraform from 3 to 4
2 parents e05533b + 96f2fd5 commit 056491d

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

0 commit comments

Comments
 (0)