mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
ci: bump terraform version to 1.5.7 to match embedded terraform version (#10630)
This commit is contained in:
committed by
GitHub
parent
715bbd3edd
commit
be0436afbe
4
.github/actions/setup-tf/action.yaml
vendored
4
.github/actions/setup-tf/action.yaml
vendored
@ -5,7 +5,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install Terraform
|
||||
uses: hashicorp/setup-terraform@v2
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: 1.5.5
|
||||
terraform_version: 1.5.7
|
||||
terraform_wrapper: false
|
||||
|
Reference in New Issue
Block a user