ci: fix setup tf step
This commit is contained in:
parent
ef084037d9
commit
68965c53db
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Terraform
|
||||
- uses: https://github.com/hashicorp/setup-terraform@v3
|
||||
uses: https://github.com/hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: "1.5.7"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue