Skip to content

Commit be0436a

Browse files
authored
ci: bump terraform version to 1.5.7 to match embedded terraform version (#10630)
1 parent 715bbd3 commit be0436a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-tf/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Install Terraform
8-
uses: hashicorp/setup-terraform@v2
8+
uses: hashicorp/setup-terraform@v3
99
with:
10-
terraform_version: 1.5.5
10+
terraform_version: 1.5.7
1111
terraform_wrapper: false

0 commit comments

Comments
 (0)