Skip to content

Commit

Permalink
fix: upgrade terraform version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KoLiBer committed Dec 13, 2023
1 parent 47c9fc3 commit e0e3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "17"
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: "1.1.4"
terraform_version: "1.6.5"
- uses: actions/cache@v2
with:
path: .terraform/
Expand Down

0 comments on commit e0e3181

Please sign in to comment.