Skip to content

Commit

Permalink
fix terraform on github action ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Feb 19, 2024
1 parent 86299f9 commit e7a838a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: gautamkrishnar/keepalive-workflow@v1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"

- name: Set up Python 3.10
id: setup-python
Expand Down

0 comments on commit e7a838a

Please sign in to comment.