mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +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"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Install Terraform
|
- name: Install Terraform
|
||||||
uses: hashicorp/setup-terraform@v2
|
uses: hashicorp/setup-terraform@v3
|
||||||
with:
|
with:
|
||||||
terraform_version: 1.5.5
|
terraform_version: 1.5.7
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
Reference in New Issue
Block a user